api/wallet: properly disable key encryption

This commit is contained in:
stoffu 2018-08-25 14:22:26 +09:00
parent bb30a72367
commit ba8dd3479d
No known key found for this signature in database
GPG key ID: 41DAB8343A9EC012
7 changed files with 15 additions and 16 deletions

View file

@ -4083,7 +4083,7 @@ bool simple_wallet::set_daemon(const std::vector<std::string>& args)
daemon_url = args[0];
}
LOCK_IDLE_SCOPE();
m_wallet->init(false, daemon_url);
m_wallet->init(daemon_url);
if (args.size() == 2)
{