mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 17:57:40 +00:00
add note
This commit is contained in:
parent
5233cbbded
commit
9746e789a0
1 changed files with 1 additions and 1 deletions
|
@ -1507,7 +1507,7 @@ class EpicCashWallet extends CoinServiceAPI
|
||||||
} else {
|
} else {
|
||||||
int debit = int.parse(tx.amountDebited);
|
int debit = int.parse(tx.amountDebited);
|
||||||
int credit = int.parse(tx.amountCredited);
|
int credit = int.parse(tx.amountCredited);
|
||||||
int fee = int.parse((tx.fee ?? "0"));
|
int fee = int.parse((tx.fee ?? "0")); //TODO -double check this
|
||||||
amt = debit - credit - fee;
|
amt = debit - credit - fee;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue