Gas is not string

This commit is contained in:
kagel 2016-09-06 17:02:12 +03:00
parent 26c67a59f1
commit cfbfff4d30
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
[]
(let [contract-code (-> "contracts/wallet.data" io/resource slurp)]
(send-transaction (eth-account) nil 1
{:gas "1248650"
{:gas 1248650
:data contract-code})))
;; @todo: move to another ns