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