mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-03-22 07:08:49 +00:00
formatting
This commit is contained in:
parent
e9cd76f534
commit
25ef8cbe67
1 changed files with 2 additions and 1 deletions
|
@ -95,7 +95,8 @@ class TransactionListItem extends ActionListItem with Keyable {
|
||||||
case WalletType.nano:
|
case WalletType.nano:
|
||||||
amount = calculateFiatAmountRaw(
|
amount = calculateFiatAmountRaw(
|
||||||
cryptoAmount: nanoUtil!
|
cryptoAmount: nanoUtil!
|
||||||
.getRawAsDecimal(nano!.getTransactionAmountRaw(transaction).toString(), nanoUtil!.rawPerNano)
|
.getRawAsDecimal(
|
||||||
|
nano!.getTransactionAmountRaw(transaction).toString(), nanoUtil!.rawPerNano)
|
||||||
.toDouble(),
|
.toDouble(),
|
||||||
price: price);
|
price: price);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue