Commit 6ba83280 authored by obscuren's avatar obscuren

Removed min gas price from genesis

parent 61556ef0
...@@ -37,8 +37,6 @@ var GenesisHeader = []interface{}{ ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment