diff options
author | Jeffrey Wilcke <geffobscura@gmail.com> | 2016-02-26 23:18:11 +0800 |
---|---|---|
committer | Jeffrey Wilcke <geffobscura@gmail.com> | 2016-02-29 20:24:33 +0800 |
commit | 5570b1139839ab48af6c851de809c90920e1e739 (patch) | |
tree | 5445cc0f200a826b138a5749fbbfbffca18aaa4e /params | |
parent | e7fb300053cee6add25b5cd1547abce5aaee8d21 (diff) | |
download | go-tangerine-5570b1139839ab48af6c851de809c90920e1e739.tar go-tangerine-5570b1139839ab48af6c851de809c90920e1e739.tar.gz go-tangerine-5570b1139839ab48af6c851de809c90920e1e739.tar.bz2 go-tangerine-5570b1139839ab48af6c851de809c90920e1e739.tar.lz go-tangerine-5570b1139839ab48af6c851de809c90920e1e739.tar.xz go-tangerine-5570b1139839ab48af6c851de809c90920e1e739.tar.zst go-tangerine-5570b1139839ab48af6c851de809c90920e1e739.zip |
[release/1.3.4] params: settle the Pi vs Tau dispute
This commit increases the artificial gas floor to 4712388
(cherry picked from commit f954a8b6660792cce6e4e44a204b01a2dac87d0d)
Diffstat (limited to 'params')
-rwxr-xr-x | params/protocol_params.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/params/protocol_params.go b/params/protocol_params.go index 71c7035a4..45a9a2549 100755 --- 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) // |