diff options
author | Jeffrey Wilcke <jeffrey@ethereum.org> | 2016-02-27 02:26:30 +0800 |
---|---|---|
committer | Jeffrey Wilcke <jeffrey@ethereum.org> | 2016-02-27 02:26:30 +0800 |
commit | 4e7abcff3086fc3ed11299003c1f189901757801 (patch) | |
tree | 38627404d4f8997b8645b390855aaaebce24aebb | |
parent | 85865a51b63cdbeaabb76a3729f9b8361a2616d7 (diff) | |
parent | f954a8b6660792cce6e4e44a204b01a2dac87d0d (diff) | |
download | go-tangerine-4e7abcff3086fc3ed11299003c1f189901757801.tar go-tangerine-4e7abcff3086fc3ed11299003c1f189901757801.tar.gz go-tangerine-4e7abcff3086fc3ed11299003c1f189901757801.tar.bz2 go-tangerine-4e7abcff3086fc3ed11299003c1f189901757801.tar.lz go-tangerine-4e7abcff3086fc3ed11299003c1f189901757801.tar.xz go-tangerine-4e7abcff3086fc3ed11299003c1f189901757801.tar.zst go-tangerine-4e7abcff3086fc3ed11299003c1f189901757801.zip |
Merge pull request #2266 from obscuren/up-gas-floor
params: settle the Pi vs Tau dispute
-rw-r--r-- | 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 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) // |