fix: update tip on set scanning

This commit is contained in:
Rafael Saes 2024-05-24 10:13:02 -03:00
parent d230904bef
commit fb3c816817

View file

@ -202,7 +202,7 @@ abstract class ElectrumWalletBase
silentPaymentsScanningActive = active;
if (active) {
final tip = await getCurrentChainTip();
final tip = await getUpdatedChainTip();
if (tip == walletInfo.restoreHeight) {
syncStatus = SyncedTipSyncStatus(tip);