From 7aaab6a27a5cf3100f330563c0d7ef1ad587a0c3 Mon Sep 17 00:00:00 2001 From: Julian Yap Date: Thu, 26 Jan 2017 23:17:38 -1000 Subject: [PATCH] Modify ChainID --- core/vm/runtime/runtime.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/vm/runtime/runtime.go b/core/vm/runtime/runtime.go index c1c5261439..db24f05f21 100644 --- a/core/vm/runtime/runtime.go +++ b/core/vm/runtime/runtime.go @@ -52,7 +52,7 @@ type Config struct { func setDefaults(cfg *Config) { if cfg.ChainConfig == nil { cfg.ChainConfig = ¶ms.ChainConfig{ - ChainId: big.NewInt(1), + ChainId: big.NewInt(8), HomesteadBlock: new(big.Int), EIP150Block: new(big.Int), EIP155Block: new(big.Int),