We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fdd832 commit 22e3808Copy full SHA for 22e3808
test/functional/p2p_v2_transport.py
@@ -48,7 +48,7 @@ def run_test(self):
48
assert_equal(self.nodes[1].getblockcount(), 5)
49
# verify there is a v2 connection between node 0 and 1
50
node_0_info = self.nodes[0].getpeerinfo()
51
- node_1_info = self.nodes[0].getpeerinfo()
+ node_1_info = self.nodes[1].getpeerinfo()
52
assert_equal(len(node_0_info), 1)
53
assert_equal(len(node_1_info), 1)
54
assert_equal(node_0_info[0]["transport_protocol_type"], "v2")
0 commit comments