Removed min gas price from genesis

poc8
obscuren 10 years ago
parent 61556ef01d
commit 6ba8328077
  1. 2
      chain/genesis.go

@ -37,8 +37,6 @@ var GenesisHeader = []interface{}{
big.NewInt(131072),
// Number
ethutil.Big0,
// Block minimum gas price
ethutil.Big0,
// Block upper gas bound
big.NewInt(1000000),
// Block gas used

Loading…
Cancel
Save