mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-03 17:40:43 +00:00
Update electrum_wallet.dart (#1443)
This commit is contained in:
parent
82391d4a5b
commit
aeff8972ea
1 changed files with 0 additions and 1 deletions
|
@ -877,7 +877,6 @@ abstract class ElectrumWalletBase
|
|||
coin.isFrozen = coinInfo.isFrozen;
|
||||
coin.isSending = coinInfo.isSending;
|
||||
coin.note = coinInfo.note;
|
||||
coin.bitcoinAddressRecord.balance += coinInfo.value;
|
||||
} else {
|
||||
_addCoinInfo(coin);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue