mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-05-06 07:12:14 +00:00
finish porting over updates from other branch
This commit is contained in:
parent
3fd3a095bb
commit
67a4fea527
1 changed files with 1 additions and 1 deletions
|
@ -1414,7 +1414,7 @@ abstract class ElectrumWalletBase
|
||||||
unspentCoins.forEach((coin) => addCoinInfo(coin));
|
unspentCoins.forEach((coin) => addCoinInfo(coin));
|
||||||
}
|
}
|
||||||
|
|
||||||
await updateCoins(unspentCoins);
|
unspentCoins = await updateCoinsWithInfoFromBox(updatedUnspentCoins);
|
||||||
await _refreshUnspentCoinsInfo();
|
await _refreshUnspentCoinsInfo();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue