From e4e93bdec00d73f0ca57ada4288a064d9a0c09a4 Mon Sep 17 00:00:00 2001 From: etherinc <36263855+etherinc@users.noreply.github.com> Date: Sat, 10 Feb 2018 01:04:53 +0530 Subject: [PATCH] Update runtime.go --- 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 edbf541766..ef5929985c 100644 --- a/core/vm/runtime/runtime.go +++ b/core/vm/runtime/runtime.go @@ -53,7 +53,7 @@ type Config struct { func setDefaults(cfg *Config) { if cfg.ChainConfig == nil { cfg.ChainConfig = ¶ms.ChainConfig{ - ChainId: big.NewInt(1), + ChainId: big.NewInt(101), HomesteadBlock: new(big.Int), DAOForkBlock: new(big.Int), DAOForkSupport: false,