mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
CW-214-Monero-wallet-rescan-bug (#945)
* clear transactionHistory before rescan * move the clear method to the abstract class
This commit is contained in:
parent
181fd21636
commit
02fd12f5f8
4 changed files with 5 additions and 0 deletions
|
@ -86,4 +86,5 @@ abstract class ElectrumTransactionHistoryBase
|
|||
|
||||
void _update(ElectrumTransactionInfo transaction) =>
|
||||
transactions[transaction.id] = transaction;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue