From 745a3adebd9f98e9d53a7d07519d415b55fa5d1f Mon Sep 17 00:00:00 2001 From: Bas van Kervel Date: Mon, 9 Jan 2017 12:09:37 +0100 Subject: core: remove support for Olympic network --- eth/handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eth/handler.go') diff --git a/eth/handler.go b/eth/handler.go index 1de3f67e6..63ba0821f 100644 --- a/eth/handler.go +++ b/eth/handler.go @@ -750,7 +750,7 @@ func (self *ProtocolManager) txBroadcastLoop() { // EthNodeInfo represents a short summary of the Ethereum sub-protocol metadata known // about the host peer. type EthNodeInfo struct { - Network int `json:"network"` // Ethereum network ID (0=Olympic, 1=Frontier, 2=Morden) + Network int `json:"network"` // Ethereum network ID (1=Frontier, 2=Morden, Ropsten=3) Difficulty *big.Int `json:"difficulty"` // Total difficulty of the host's blockchain Genesis common.Hash `json:"genesis"` // SHA3 hash of the host's genesis block Head common.Hash `json:"head"` // SHA3 hash of the host's best owned block -- cgit v1.2.3