mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-03-23 07:38:45 +00:00
updates
This commit is contained in:
parent
7869334d46
commit
dee77a6752
1 changed files with 3 additions and 1 deletions
|
@ -209,10 +209,12 @@ abstract class LitecoinWalletBase extends ElectrumWallet with Store {
|
|||
bool? usingElectrs,
|
||||
}) async {
|
||||
await mwebUtxosBox.clear();
|
||||
transactionHistory.clear();
|
||||
mwebUtxosHeight = height;
|
||||
walletInfo.restoreHeight = height;
|
||||
await walletInfo.save();
|
||||
processMwebUtxos();
|
||||
// processMwebUtxos();
|
||||
await startSync();
|
||||
}
|
||||
|
||||
@override
|
||||
|
|
Loading…
Reference in a new issue