internal/ethapi: remove defaultGasPrice

This commit is contained in:
Felix Lange 2020-03-23 16:28:05 +01:00 committed by GitHub
parent 85a8e44393
commit 44bbbab504
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {