mirror of
https://github.com/monero-project/monero.git
synced 2025-08-18 03:50:22 -04:00
Merge pull request #4302
ba8dd347
api/wallet: properly disable key encryption (stoffu)
This commit is contained in:
commit
b174527f1d
7 changed files with 15 additions and 16 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue