mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-04-26 03:22:25 +00:00
Removed min gas price from genesis
This commit is contained in:
parent
61556ef01d
commit
6ba8328077
1 changed files with 0 additions and 2 deletions
|
|
@ -37,8 +37,6 @@ var GenesisHeader = []interface{}{
|
||||||
big.NewInt(131072),
|
big.NewInt(131072),
|
||||||
// Number
|
// Number
|
||||||
ethutil.Big0,
|
ethutil.Big0,
|
||||||
// Block minimum gas price
|
|
||||||
ethutil.Big0,
|
|
||||||
// Block upper gas bound
|
// Block upper gas bound
|
||||||
big.NewInt(1000000),
|
big.NewInt(1000000),
|
||||||
// Block gas used
|
// Block gas used
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue