From 6ba8328077e0ccce4e2631fc83098a3e4e54a42d Mon Sep 17 00:00:00 2001 From: obscuren Date: Fri, 28 Nov 2014 20:57:10 +0100 Subject: Removed min gas price from genesis --- chain/genesis.go | 2 -- 1 file changed, 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 -- cgit v1.2.3