wallet: clear missing data on rescan_bc
This commit is contained in:
parent
2b5e155816
commit
8f09b71b9b
1 changed files with 4 additions and 0 deletions
|
@ -902,6 +902,10 @@ bool wallet2::clear()
|
|||
m_blockchain.clear();
|
||||
m_transfers.clear();
|
||||
m_key_images.clear();
|
||||
m_unconfirmed_txs.clear();
|
||||
m_payments.clear();
|
||||
m_tx_keys.clear();
|
||||
m_confirmed_txs.clear();
|
||||
m_local_bc_height = 1;
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue