fix wrong transaformation of value form transaction.queued signal

This commit is contained in:
Roman Volosovskyi 2017-10-17 09:58:57 +02:00
parent af052d2c65
commit ec32917155
1 changed files with 1 additions and 1 deletions

View File

@ -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)