core/blockchain_mess_test.go — Version Comparison
|
v1.17.3 |
v1.17.4 |
| Branch |
etc/v1.17.3-full-node |
etc/v1.17.4-full-node |
| Delta |
+700 -0 |
+700 -0 |
Diff between branches
diff --git a/core/blockchain_mess_test.go b/core/blockchain_mess_test.go
index 3e2fb0455..2c74719cf 100644
--- a/core/blockchain_mess_test.go
+++ b/core/blockchain_mess_test.go
@@ -268,7 +268,7 @@ func TestECBP1100ShortReorg(t *testing.T) {
func messTestGenesis() *Genesis {
// Create a config with ECBP1100 enabled from block 11
config := ¶ms.ChainConfig{
- ChainID: big.NewInt(61), // ETC mainnet chain ID for IsClassic()
+ ChainID: big.NewInt(61), // ETC mainnet chain ID (informational; consensus gates derive from the config shape)
HomesteadBlock: big.NewInt(0),
EIP150Block: big.NewInt(0),
EIP155Block: big.NewInt(0),
← Back to Version Comparison