mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
wallet: clear missing data on rescan_bc
This commit is contained in:
parent
2b5e155816
commit
8f09b71b9b
@ -902,6 +902,10 @@ bool wallet2::clear()
|
|||||||
m_blockchain.clear();
|
m_blockchain.clear();
|
||||||
m_transfers.clear();
|
m_transfers.clear();
|
||||||
m_key_images.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;
|
m_local_bc_height = 1;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user