Merge pull request #4302

ba8dd347 api/wallet: properly disable key encryption (stoffu)
This commit is contained in:
Riccardo Spagni 2018-09-18 17:31:35 +02:00
commit b174527f1d
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD
7 changed files with 15 additions and 16 deletions

View file

@ -4089,7 +4089,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)
{