forked from lthn/blockchain
simplewallet: don't hide txs when wallet if refreshing after being restored
This commit is contained in:
parent
477f1dea73
commit
4afcf646c5
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue