mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 19:49:22 +00:00
undo experimental change [skip ci]
This commit is contained in:
parent
b8adb82320
commit
c521b9ceaf
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue