diff options
Diffstat (limited to 'dex')
-rw-r--r-- | dex/blockproposer.go | 2 | ||||
-rw-r--r-- | dex/handler.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dex/blockproposer.go b/dex/blockproposer.go index 21b8ddbde..361cbc0df 100644 --- a/dex/blockproposer.go +++ b/dex/blockproposer.go @@ -54,7 +54,7 @@ func (b *blockProposer) Start() error { var err error var c *dexCore.Consensus - + log.Info("mission qq about to init consensus", "dmoment", b.dMoment, "now", time.Now().UTC()) if b.dMoment.After(time.Now()) { c = b.initConsensus() } else { diff --git a/dex/handler.go b/dex/handler.go index 309a6a33e..2ddc9322b 100644 --- a/dex/handler.go +++ b/dex/handler.go @@ -1253,7 +1253,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) + Network uint64 `json:"network"` // DEXON network ID (237=Mainnet, 238=Taiwan, 239=Taipei, 240=Yilan) 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 |