mirror of
https://github.com/monero-project/monero.git
synced 2025-08-22 09:19:36 -04:00
Merge pull request #9211
9b946ae
Removed default cryptonote address (SyntheticBird45)
This commit is contained in:
commit
1e5ad57e2e
2 changed files with 7 additions and 2 deletions
|
@ -992,13 +992,13 @@ private:
|
|||
uint64_t max_reorg_depth() const {return m_max_reorg_depth;}
|
||||
|
||||
bool deinit();
|
||||
bool init(std::string daemon_address = "http://localhost:8080",
|
||||
bool init(std::string daemon_address,
|
||||
boost::optional<epee::net_utils::http::login> daemon_login = boost::none,
|
||||
const std::string &proxy = "",
|
||||
uint64_t upper_transaction_weight_limit = 0,
|
||||
bool trusted_daemon = true,
|
||||
epee::net_utils::ssl_options_t ssl_options = epee::net_utils::ssl_support_t::e_ssl_support_autodetect);
|
||||
bool set_daemon(std::string daemon_address = "http://localhost:8080",
|
||||
bool set_daemon(std::string daemon_address,
|
||||
boost::optional<epee::net_utils::http::login> daemon_login = boost::none, bool trusted_daemon = true,
|
||||
epee::net_utils::ssl_options_t ssl_options = epee::net_utils::ssl_support_t::e_ssl_support_autodetect,
|
||||
const std::string &proxy = "");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue