From ba8dd3479d56ff084fbc4b631548ff8cf05f60d1 Mon Sep 17 00:00:00 2001 From: stoffu Date: Sat, 25 Aug 2018 14:22:26 +0900 Subject: api/wallet: properly disable key encryption --- src/simplewallet/simplewallet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/simplewallet/simplewallet.cpp') diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index e535b6d27..330552649 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -4083,7 +4083,7 @@ bool simple_wallet::set_daemon(const std::vector& args) daemon_url = args[0]; } LOCK_IDLE_SCOPE(); - m_wallet->init(false, daemon_url); + m_wallet->init(daemon_url); if (args.size() == 2) { -- cgit v1.2.3