bump rpc version; add consensus version

This commit is contained in:
Ethan Buchman
2016-03-16 21:15:33 -04:00
parent ae07c0171d
commit ae295bd9b6
3 changed files with 15 additions and 1 deletions

View File

@ -224,6 +224,7 @@ func makeNodeInfo(sw *p2p.Switch, privKey crypto.PrivKeyEd25519) *p2p.NodeInfo {
Other: []string{
Fmt("wire_version=%v", wire.Version),
Fmt("p2p_version=%v", p2p.Version),
Fmt("consensus_version=%v", consensus.Version),
Fmt("rpc_version=%v/%v", rpc.Version, rpccore.Version),
},
}