aboutsummaryrefslogtreecommitdiffstats
path: root/dex/handler.go
diff options
context:
space:
mode:
authorWei-Ning Huang <w@byzantine-lab.io>2019-06-16 14:31:45 +0800
committerWei-Ning Huang <w@byzantine-lab.io>2019-09-17 16:57:30 +0800
commit8dddb63449d3d1439357a3bccd5c3cf828136ea5 (patch)
tree3e1097004e9e0266ff5d7562fd7a2461134b9504 /dex/handler.go
parent35998179f05b6c65250ef2dcfd8f83e49d2280a8 (diff)
downloadgo-tangerine-8dddb63449d3d1439357a3bccd5c3cf828136ea5.tar.gz
go-tangerine-8dddb63449d3d1439357a3bccd5c3cf828136ea5.tar.zst
go-tangerine-8dddb63449d3d1439357a3bccd5c3cf828136ea5.zip
params: update testnet and remove DEXON testnets
Diffstat (limited to 'dex/handler.go')
-rw-r--r--dex/handler.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/dex/handler.go b/dex/handler.go
index 0f0b33534..2c849b8ee 100644
--- a/dex/handler.go
+++ b/dex/handler.go
@@ -1372,7 +1372,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"` // DEXON network ID (237=Mainnet, 238=Taiwan, 239=Taipei, 240=Yilan)
+ Network uint64 `json:"network"` // DEXON network ID (373=Mainnet, 374=Taiwan)
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