Эх сурвалжийг харах

Merge pull request #17801 from eosclassicteam/patch-1

Enable constantinople on Ropsten testnet
Péter Szilágyi 7 жил өмнө
parent
commit
127553253e
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      params/config.go

+ 1 - 1
params/config.go

@@ -66,7 +66,7 @@ var (
 		EIP155Block:         big.NewInt(10),
 		EIP158Block:         big.NewInt(10),
 		ByzantiumBlock:      big.NewInt(1700000),
-		ConstantinopleBlock: nil,
+		ConstantinopleBlock: big.NewInt(4200000),
 		Ethash:              new(EthashConfig),
 	}