diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-12-25 09:49:40 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2019-06-12 17:27:20 +0800 |
commit | 5e165d3cd5393492321dc598f6e595be4c4d21e4 (patch) | |
tree | f518a3911465a0a7a5037187087b3bad49f588a5 /params | |
parent | 9c71d05bd04a0cb02342d9606aca073e23178d10 (diff) | |
download | go-tangerine-5e165d3cd5393492321dc598f6e595be4c4d21e4.tar go-tangerine-5e165d3cd5393492321dc598f6e595be4c4d21e4.tar.gz go-tangerine-5e165d3cd5393492321dc598f6e595be4c4d21e4.tar.bz2 go-tangerine-5e165d3cd5393492321dc598f6e595be4c4d21e4.tar.lz go-tangerine-5e165d3cd5393492321dc598f6e595be4c4d21e4.tar.xz go-tangerine-5e165d3cd5393492321dc598f6e595be4c4d21e4.tar.zst go-tangerine-5e165d3cd5393492321dc598f6e595be4c4d21e4.zip |
params: enable constantinople fork for testnets
Diffstat (limited to 'params')
-rw-r--r-- | params/config.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/params/config.go b/params/config.go index 87529ba0b..05948a5e6 100644 --- a/params/config.go +++ b/params/config.go @@ -120,7 +120,8 @@ var ( EIP155Block: big.NewInt(0), EIP158Block: big.NewInt(0), ByzantiumBlock: big.NewInt(0), - ConstantinopleBlock: nil, + ConstantinopleBlock: big.NewInt(0), + PetersburgBlock: big.NewInt(0), Dexcon: &DexconConfig{ GenesisCRSText: "In DEXON, we trust.", Owner: common.HexToAddress("BF8C48A620bacc46907f9B89732D25E47A2D7Cf7"), |