a little more moving around

This commit is contained in:
Ethan Buchman
2018-01-13 23:48:41 -05:00
parent 452d10f368
commit 08f84cd712
5 changed files with 72 additions and 56 deletions

View File

@ -544,9 +544,9 @@ func (n *Node) makeNodeInfo(pubKey crypto.PubKey) *p2p.NodeInfo {
}
nodeInfo := &p2p.NodeInfo{
PubKey: pubKey,
Moniker: n.config.Moniker,
Network: n.genesisDoc.ChainID,
Version: version.Version,
Moniker: n.config.Moniker,
Other: []string{
cmn.Fmt("wire_version=%v", wire.Version),
cmn.Fmt("p2p_version=%v", p2p.Version),