diff options
author | Wei-Ning Huang <w@byzantine-lab.io> | 2019-09-17 17:24:32 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2019-09-17 18:43:49 +0800 |
commit | dfb2aed0282a889154318739e12374dd1cf6a431 (patch) | |
tree | 73895d19ba4c53307d3cf883f529921813c777d7 /dex/handler.go | |
parent | 52e5ff1385f52af7ba03483676c25de12c8027a3 (diff) | |
download | go-tangerine-dfb2aed0282a889154318739e12374dd1cf6a431.tar go-tangerine-dfb2aed0282a889154318739e12374dd1cf6a431.tar.gz go-tangerine-dfb2aed0282a889154318739e12374dd1cf6a431.tar.bz2 go-tangerine-dfb2aed0282a889154318739e12374dd1cf6a431.tar.lz go-tangerine-dfb2aed0282a889154318739e12374dd1cf6a431.tar.xz go-tangerine-dfb2aed0282a889154318739e12374dd1cf6a431.tar.zst go-tangerine-dfb2aed0282a889154318739e12374dd1cf6a431.zip |
core: update mainnet chain ID to 411
Diffstat (limited to 'dex/handler.go')
-rw-r--r-- | dex/handler.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dex/handler.go b/dex/handler.go index 8031f3639..1c87d322c 100644 --- a/dex/handler.go +++ b/dex/handler.go @@ -1411,7 +1411,7 @@ func (pm *ProtocolManager) peerSetLoop() { // NodeInfo represents a short summary of the Ethereum sub-protocol metadata // known about the host peer. type NodeInfo struct { - Network uint64 `json:"network"` // Network ID (373=Mainnet, 374=Testnet) + Network uint64 `json:"network"` // Network ID (411=Mainnet, 374=Testnet) Number uint64 `json:"number"` // Total difficulty of the host's blockchain Genesis common.Hash `json:"genesis"` // SHA3 hash of the host's genesis block Config *params.ChainConfig `json:"config"` // Chain configuration for the fork rules |