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
|
||||
:from from
|
||||
:to to
|
||||
:value (money/to-decimal value)
|
||||
:value (money/bignumber value)
|
||||
:data data
|
||||
:gas (money/to-decimal gas)
|
||||
:gas-price (money/to-decimal gasPrice)
|
||||
|
|
Loading…
Reference in New Issue