This commit is contained in:
Matthew Fosse 2024-07-01 09:00:41 -07:00
parent 7869334d46
commit dee77a6752

View file

@ -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