瀏覽代碼

params: postpone Constantinople due to net SSTORE reentrancy

Péter Szilágyi 6 年之前
父節點
當前提交
2a2fd5adf8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      params/config.go

+ 1 - 1
params/config.go

@@ -42,7 +42,7 @@ var (
 		EIP155Block:         big.NewInt(2675000),
 		EIP158Block:         big.NewInt(2675000),
 		ByzantiumBlock:      big.NewInt(4370000),
-		ConstantinopleBlock: big.NewInt(7080000),
+		ConstantinopleBlock: nil,
 		Ethash:              new(EthashConfig),
 	}