Add missing gas-limit arg

This commit is contained in:
Teemu Patja 2017-09-22 18:05:52 +03:00
parent 26d30ad91b
commit 1432cff096
No known key found for this signature in database
GPG Key ID: F5B7035E6580FD4C
2 changed files with 3 additions and 1 deletions

View File

@ -119,7 +119,7 @@
{:gas
(estimate-gas from to value params)}))]
(log/debug "args:" args)
(eth-rpc
#_(eth-rpc
"personal_sendTransaction"
[(if-not (nil? to)
(merge args {:to to})

View File

@ -95,6 +95,7 @@
(eth/execute (eth/eth-account)
contract
(:submit-transaction method-ids)
nil
contract
0
"0x60" ;; TODO: document these
@ -115,6 +116,7 @@
(eth/execute (eth/eth-account)
bounty-addr
(:watch method-ids)
nil
token-address)))