mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-09 05:20:10 +00:00
p2p: update NodeInfo for versions
This commit is contained in:
@@ -772,6 +772,9 @@ func makeNodeInfo(
|
||||
TxIndex: txIndexerStatus,
|
||||
RPCAddress: config.RPC.ListenAddress,
|
||||
},
|
||||
NodeVersion: p2p.NodeVersion{
|
||||
P2P: version.P2PProtocol,
|
||||
},
|
||||
}
|
||||
|
||||
if config.P2P.PexReactor {
|
||||
|
||||
Reference in New Issue
Block a user