mirror of
https://github.com/monero-project/monero.git
synced 2026-01-05 01:07:21 -08:00
api/wallet: properly disable key encryption
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user