mirror of
https://github.com/monero-project/monero.git
synced 2026-07-30 23:50:24 -07:00
rpc: fix unitialized 'core_rpc_server::m_was_bootstrap_ever_used'
This commit is contained in:
@@ -103,6 +103,7 @@ namespace cryptonote
|
|||||||
)
|
)
|
||||||
: m_core(cr)
|
: m_core(cr)
|
||||||
, m_p2p(p2p)
|
, m_p2p(p2p)
|
||||||
|
, m_was_bootstrap_ever_used(false)
|
||||||
{}
|
{}
|
||||||
//------------------------------------------------------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------------------------------------------------------
|
||||||
bool core_rpc_server::set_bootstrap_daemon(const std::string &address, const std::string &username_password)
|
bool core_rpc_server::set_bootstrap_daemon(const std::string &address, const std::string &username_password)
|
||||||
|
|||||||
Reference in New Issue
Block a user