mirror of
https://github.com/monero-project/monero.git
synced 2025-12-22 23:26:44 -08:00
tests: disable wallet SSL init for tests involving wallet2
This commit is contained in:
@@ -53,7 +53,7 @@ int ColdOutputsFuzzer::init()
|
||||
|
||||
try
|
||||
{
|
||||
wallet.init("");
|
||||
wallet.init("", boost::none, 0, true, epee::net_utils::ssl_support_t::e_ssl_support_disabled);
|
||||
wallet.set_subaddress_lookahead(1, 1);
|
||||
wallet.generate("", "", spendkey, true, false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user