fix: dapp tx get-standard-crypto-format arg order (#21086)

This commit is contained in:
Lungu Cristian 2024-08-20 11:38:27 +03:00 committed by Andrea Maria Piana
parent a6688fb866
commit 411c892022
1 changed files with 1 additions and 2 deletions

View File

@ -133,8 +133,7 @@
max-fees-fiat (wallet-utils/calculate-token-fiat-value {:currency currency
:balance max-fees-ether
:token eth-token})
max-fees-fiat-formatted (-> max-fees-ether
(wallet-utils/get-standard-crypto-format eth-token)
max-fees-fiat-formatted (-> (wallet-utils/get-standard-crypto-format eth-token max-fees-ether)
(wallet-utils/get-standard-fiat-format currency-symbol
max-fees-fiat))
balance (-> eth-token