We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7fb300 commit 5570b11Copy full SHA for 5570b11
params/protocol_params.go
@@ -41,7 +41,7 @@ var (
41
Sha256WordGas = big.NewInt(12) //
42
43
MinGasLimit = big.NewInt(5000) // Minimum the gas limit may ever be.
44
- GenesisGasLimit = big.NewInt(3141592) // Gas limit of the Genesis block.
+ GenesisGasLimit = big.NewInt(4712388) // Gas limit of the Genesis block.
45
46
Sha3Gas = big.NewInt(30) // Once per SHA3 operation.
47
Sha256Gas = big.NewInt(60) //
0 commit comments