Skip to content

Commit

Permalink
Fix issue #1041
Browse files Browse the repository at this point in the history
  • Loading branch information
elgatovital committed Nov 12, 2020
1 parent 93dea08 commit afd15f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class TransactionDetailsActionMultisendFragment : BaseViewBindingFragment<Fragme
value.data,
value.dataDecoded?.let { paramSerializer.serializeDecodedData(it) },
value.to.asEthereumAddressString(),
balanceFormatter.formatAmount(value.value, true)
balanceFormatter.formatAmount(value.value, false)
)
)
}
Expand Down

0 comments on commit afd15f7

Please sign in to comment.