From 64359c9417244c7a824ea90b39a20b06f702bc08 Mon Sep 17 00:00:00 2001 From: Péter Szilágyi Date: Wed, 16 Nov 2016 01:46:40 +0200 Subject: cmd/utils, mobile, params: set the correct field on testnet EIP 155 (#3272) --- mobile/geth.go | 1 + 1 file changed, 1 insertion(+) (limited to 'mobile/geth.go') diff --git a/mobile/geth.go b/mobile/geth.go index d7f0800e0..e209b667c 100644 --- a/mobile/geth.go +++ b/mobile/geth.go @@ -130,6 +130,7 @@ func NewNode(datadir string, config *NodeConfig) (*Node, error) { if config.EthereumEnabled { ethConf := ð.Config{ ChainConfig: ¶ms.ChainConfig{ + ChainId: big.NewInt(config.EthereumChainConfig.ChainID), HomesteadBlock: big.NewInt(config.EthereumChainConfig.HomesteadBlock), DAOForkBlock: big.NewInt(config.EthereumChainConfig.DAOForkBlock), DAOForkSupport: config.EthereumChainConfig.DAOForkSupport, -- cgit