1
0
Fork 0
forked from lthn/blockchain

simplewallet: don't hide txs when wallet if refreshing after being restored

This commit is contained in:
sowle 2020-07-21 21:45:07 +03:00
parent 477f1dea73
commit 4afcf646c5
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -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)