From f954a8b6660792cce6e4e44a204b01a2dac87d0d Mon Sep 17 00:00:00 2001 From: Jeffrey Wilcke Date: Fri, 26 Feb 2016 16:18:11 +0100 Subject: [PATCH] params: settle the Pi vs Tau dispute This commit increases the artificial gas floor to 4712388 --- params/protocol_params.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/protocol_params.go b/params/protocol_params.go index 71c7035a4..45a9a2549 100644 --- a/params/protocol_params.go +++ b/params/protocol_params.go @@ -41,7 +41,7 @@ var ( Sha256WordGas = big.NewInt(12) // MinGasLimit = big.NewInt(5000) // Minimum the gas limit may ever be. - GenesisGasLimit = big.NewInt(3141592) // Gas limit of the Genesis block. + GenesisGasLimit = big.NewInt(4712388) // Gas limit of the Genesis block. Sha3Gas = big.NewInt(30) // Once per SHA3 operation. Sha256Gas = big.NewInt(60) //