simplewallet: init trusted daemon flag to false when autodetecting
This commit is contained in:
parent
b323d90f67
commit
0429cabefd
|
@ -3112,6 +3112,7 @@ bool simple_wallet::init(const boost::program_options::variables_map& vm)
|
|||
{
|
||||
try
|
||||
{
|
||||
m_trusted_daemon = false;
|
||||
if (tools::is_local_address(m_wallet->get_daemon_address()))
|
||||
{
|
||||
MINFO(tr("Daemon is local, assuming trusted"));
|
||||
|
|
Loading…
Reference in New Issue