mirror of
https://github.com/status-im/open-bounty.git
synced 2025-01-26 09:19:03 +00:00
hardcode gas value at 524288 gas
This commit is contained in:
parent
57ce1831c8
commit
d30f9f9f01
@ -99,7 +99,8 @@
|
||||
owner2 (format-param owner)
|
||||
data (str contract-code owner2)
|
||||
value (format "0x%x" 0)]
|
||||
(send-transaction (eth-account) nil value {:data data})))
|
||||
(send-transaction (eth-account) nil value {:gas "0x80000"
|
||||
:data data})))
|
||||
|
||||
(defn format-call-params
|
||||
[method-id & params]
|
||||
|
Loading…
x
Reference in New Issue
Block a user