cmd, core, eth, miner, params: configurable gas floor and ceil
This commit is contained in:
@@ -29,7 +29,7 @@ import (
|
||||
"github.com/ethereum/go-ethereum/rpc"
|
||||
)
|
||||
|
||||
var maxPrice = big.NewInt(500 * params.Shannon)
|
||||
var maxPrice = big.NewInt(500 * params.GWei)
|
||||
|
||||
type Config struct {
|
||||
Blocks int
|
||||
|
Reference in New Issue
Block a user