Skip to content

Commit 5570b11

Browse files
committed
[release/1.3.4] params: settle the Pi vs Tau dispute
This commit increases the artificial gas floor to 4712388 (cherry picked from commit f954a8b)
1 parent e7fb300 commit 5570b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

params/protocol_params.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ var (
4141
Sha256WordGas = big.NewInt(12) //
4242

4343
MinGasLimit = big.NewInt(5000) // Minimum the gas limit may ever be.
44-
GenesisGasLimit = big.NewInt(3141592) // Gas limit of the Genesis block.
44+
GenesisGasLimit = big.NewInt(4712388) // Gas limit of the Genesis block.
4545

4646
Sha3Gas = big.NewInt(30) // Once per SHA3 operation.
4747
Sha256Gas = big.NewInt(60) //

0 commit comments

Comments
 (0)