mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-17 01:37:40 +00:00
[skip ci] minor code cleanup
This commit is contained in:
parent
e48cd0df41
commit
dbc2fb3fb1
1 changed files with 1 additions and 1 deletions
|
@ -697,7 +697,7 @@ abstract class LitecoinWalletBase extends ElectrumWallet with Store {
|
|||
unconfirmedMweb += utxo.value.toInt();
|
||||
}
|
||||
});
|
||||
if (/*confirmedMweb > 0 &&*/ unconfirmedMweb > 0) {
|
||||
if (unconfirmedMweb > 0) {
|
||||
unconfirmedMweb = -1 * (confirmedMweb - unconfirmedMweb);
|
||||
}
|
||||
} catch (_) {}
|
||||
|
|
Loading…
Reference in a new issue