Gas is not string
This commit is contained in:
parent
26c67a59f1
commit
cfbfff4d30
|
@ -39,7 +39,7 @@
|
||||||
[]
|
[]
|
||||||
(let [contract-code (-> "contracts/wallet.data" io/resource slurp)]
|
(let [contract-code (-> "contracts/wallet.data" io/resource slurp)]
|
||||||
(send-transaction (eth-account) nil 1
|
(send-transaction (eth-account) nil 1
|
||||||
{:gas "1248650"
|
{:gas 1248650
|
||||||
:data contract-code})))
|
:data contract-code})))
|
||||||
|
|
||||||
;; @todo: move to another ns
|
;; @todo: move to another ns
|
||||||
|
|
Loading…
Reference in New Issue