mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-08 06:15:33 +00:00
p2p: inject nodeinfo into router (#8261)
This commit is contained in:
@@ -147,7 +147,7 @@ func TestNodeSetAppVersion(t *testing.T) {
|
||||
assert.Equal(t, state.Version.Consensus.App, appVersion)
|
||||
|
||||
// check version is set in node info
|
||||
assert.Equal(t, n.nodeInfo.ProtocolVersion.App, appVersion)
|
||||
assert.Equal(t, n.nodeInfoProducer().ProtocolVersion.App, appVersion)
|
||||
}
|
||||
|
||||
func TestNodeSetPrivValTCP(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user