aboutsummaryrefslogtreecommitdiffstats
path: root/internal
diff options
context:
space:
mode:
Diffstat (limited to 'internal')
-rw-r--r--internal/ethapi/api.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/ethapi/api.go b/internal/ethapi/api.go
index a465a5904..f7379e228 100644
--- a/internal/ethapi/api.go
+++ b/internal/ethapi/api.go
@@ -47,7 +47,7 @@ import (
)
const (
- defaultGasPrice = 50 * params.Shannon
+ defaultGasPrice = params.GWei
)
// PublicEthereumAPI provides an API to access Ethereum related information.