mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
internal/ethapi: remove defaultGasPrice
This commit is contained in:
parent
85a8e44393
commit
44bbbab504
1 changed files with 0 additions and 4 deletions
|
|
@ -47,10 +47,6 @@ import (
|
||||||
"github.com/tyler-smith/go-bip39"
|
"github.com/tyler-smith/go-bip39"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
|
||||||
defaultGasPrice = params.GWei
|
|
||||||
)
|
|
||||||
|
|
||||||
// PublicEthereumAPI provides an API to access Ethereum related information.
|
// PublicEthereumAPI provides an API to access Ethereum related information.
|
||||||
// It offers only methods that operate on public data that is freely available to anyone.
|
// It offers only methods that operate on public data that is freely available to anyone.
|
||||||
type PublicEthereumAPI struct {
|
type PublicEthereumAPI struct {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue