diff options
Diffstat (limited to 'chain/genesis.go')
-rw-r--r-- | chain/genesis.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chain/genesis.go b/chain/genesis.go index 14117a82c..85e85d1ed 100644 --- a/chain/genesis.go +++ b/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 |