mirror of
https://github.com/status-im/open-bounty.git
synced 2025-01-26 17:29:53 +00:00
Add missing gas-limit arg
This commit is contained in:
parent
26d30ad91b
commit
1432cff096
@ -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})
|
||||
|
@ -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)))
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user