From 4afcf646c52c8a9265f3cb0b794c6a954bad272a Mon Sep 17 00:00:00 2001 From: sowle Date: Tue, 21 Jul 2020 21:45:07 +0300 Subject: [PATCH] simplewallet: don't hide txs when wallet if refreshing after being restored --- src/simplewallet/simplewallet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index 0c6de832..dfc55e9e 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -426,7 +426,7 @@ bool simple_wallet::restore_wallet(const std::string& wallet_file, const std::st m_wallet.reset(new tools::wallet2()); m_wallet->callback(this->shared_from_this()); - m_wallet->set_do_rise_transfer(false); + m_wallet->set_do_rise_transfer(true); try { if (auditable_watch_only)