提交 5570b113 编写于 作者: J Jeffrey Wilcke

[release/1.3.4] params: settle the Pi vs Tau dispute

This commit increases the artificial gas floor to 4712388
(cherry picked from commit f954a8b6)
上级 e7fb3000
......@@ -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) //
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册