mirror of
https://github.com/status-im/open-bounty.git
synced 2025-01-13 19:15:03 +00:00
Fix bug in configurable gas price
This commit is contained in:
parent
11069fdea0
commit
5c004bbb47
@ -70,7 +70,7 @@
|
|||||||
{:from from
|
{:from from
|
||||||
:value value}
|
:value value}
|
||||||
(when-not (nil? (gas-price))
|
(when-not (nil? (gas-price))
|
||||||
{:gasPrice gas-price})
|
{:gasPrice (gas-price)})
|
||||||
(when-not (contains? params :gas)
|
(when-not (contains? params :gas)
|
||||||
{:gas
|
{:gas
|
||||||
(estimate-gas from to value params)}))]
|
(estimate-gas from to value params)}))]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user