From 44bbbab504df867098a42494c8385b156653018e Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Mon, 23 Mar 2020 16:28:05 +0100 Subject: [PATCH] internal/ethapi: remove defaultGasPrice --- internal/ethapi/api.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/internal/ethapi/api.go b/internal/ethapi/api.go index d344fd9044..68afa83c76 100644 --- a/internal/ethapi/api.go +++ b/internal/ethapi/api.go @@ -47,10 +47,6 @@ import ( "github.com/tyler-smith/go-bip39" ) -const ( - defaultGasPrice = params.GWei -) - // PublicEthereumAPI provides an API to access Ethereum related information. // It offers only methods that operate on public data that is freely available to anyone. type PublicEthereumAPI struct {