experimental fix

This commit is contained in:
Matthew Fosse 2024-11-25 10:24:01 -07:00
parent 6b5f4be3e7
commit 80a55245fd

View file

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