finish porting over updates from other branch

This commit is contained in:
Matthew Fosse 2025-01-22 17:14:41 -08:00
parent 3fd3a095bb
commit 67a4fea527

View file

@ -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();
} }