mirror of
https://github.com/monero-project/monero.git
synced 2025-05-02 21:44:54 -04:00
Added socks proxy (tor/i2pd/kovri) support to wallet
This commit is contained in:
parent
e4b049da05
commit
7acfa9f3cc
21 changed files with 505 additions and 98 deletions
|
@ -53,7 +53,7 @@ int ColdOutputsFuzzer::init()
|
|||
|
||||
try
|
||||
{
|
||||
wallet.init("", boost::none, 0, true, epee::net_utils::ssl_support_t::e_ssl_support_disabled);
|
||||
wallet.init("", boost::none, boost::asio::ip::tcp::endpoint{}, 0, true, epee::net_utils::ssl_support_t::e_ssl_support_disabled);
|
||||
wallet.set_subaddress_lookahead(1, 1);
|
||||
wallet.generate("", "", spendkey, true, false);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue