mirror of
https://github.com/status-im/status-mobile.git
synced 2025-03-01 00:30:49 +00:00
fix wrong transaformation of value form transaction.queued signal
This commit is contained in:
parent
af052d2c65
commit
ec32917155
@ -32,7 +32,7 @@
|
|||||||
transaction {:id id
|
transaction {:id id
|
||||||
:from from
|
:from from
|
||||||
:to to
|
:to to
|
||||||
:value (money/to-decimal value)
|
:value (money/bignumber value)
|
||||||
:data data
|
:data data
|
||||||
:gas (money/to-decimal gas)
|
:gas (money/to-decimal gas)
|
||||||
:gas-price (money/to-decimal gasPrice)
|
:gas-price (money/to-decimal gasPrice)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user