Skip to content

Commit

Permalink
Removed min gas price from genesis
Browse files Browse the repository at this point in the history
  • Loading branch information
obscuren committed Nov 28, 2014
1 parent 61556ef commit 6ba8328
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions chain/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ba8328

Please sign in to comment.