cmd, core, eth, miner, params: configurable gas floor and ceil
This commit is contained in:
@ -47,7 +47,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
defaultGasPrice = 50 * params.Shannon
|
||||
defaultGasPrice = params.GWei
|
||||
)
|
||||
|
||||
// PublicEthereumAPI provides an API to access Ethereum related information.
|
||||
|
Reference in New Issue
Block a user