aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.cpp
diff options
context:
space:
mode:
authorstoffu <stoffu@protonmail.ch>2018-08-25 14:22:26 +0900
committerstoffu <stoffu@protonmail.ch>2018-09-17 22:15:29 +0900
commitba8dd3479d56ff084fbc4b631548ff8cf05f60d1 (patch)
treeab6feb77026d7fdbb196104e6f95eed7c52b33c1 /src/simplewallet/simplewallet.cpp
parentMerge pull request #4381 (diff)
downloadmonero-ba8dd3479d56ff084fbc4b631548ff8cf05f60d1.tar.xz
api/wallet: properly disable key encryption
Diffstat (limited to 'src/simplewallet/simplewallet.cpp')
-rw-r--r--src/simplewallet/simplewallet.cpp2
1 files changed, 1 insertions, 1 deletions
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<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)
{