undo experimental change [skip ci]

This commit is contained in:
Matthew Fosse 2024-11-26 09:43:28 -07:00
parent b8adb82320
commit c521b9ceaf

View file

@ -1379,7 +1379,7 @@ abstract class ElectrumWalletBase
}));
unspentCoins = await updateCoinsWithInfoFromBox(updatedUnspentCoins);
// await _refreshUnspentCoinsInfo();
await _refreshUnspentCoinsInfo();
}
Future<List<BitcoinUnspent>> updateCoinsWithInfoFromBox(List<BitcoinUnspent> newUnspentCoins) async {