mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-29 05:22:30 +02:00
Merge 28849 via fix_qa_v2t_pr28849-26
This commit is contained in:
commit
75ca2d299d
@ -48,7 +48,7 @@ class V2TransportTest(BitcoinTestFramework):
|
|||||||
assert_equal(self.nodes[1].getblockcount(), 5)
|
assert_equal(self.nodes[1].getblockcount(), 5)
|
||||||
# verify there is a v2 connection between node 0 and 1
|
# verify there is a v2 connection between node 0 and 1
|
||||||
node_0_info = self.nodes[0].getpeerinfo()
|
node_0_info = self.nodes[0].getpeerinfo()
|
||||||
node_1_info = self.nodes[0].getpeerinfo()
|
node_1_info = self.nodes[1].getpeerinfo()
|
||||||
assert_equal(len(node_0_info), 1)
|
assert_equal(len(node_0_info), 1)
|
||||||
assert_equal(len(node_1_info), 1)
|
assert_equal(len(node_1_info), 1)
|
||||||
assert_equal(node_0_info[0]["transport_protocol_type"], "v2")
|
assert_equal(node_0_info[0]["transport_protocol_type"], "v2")
|
||||||
|
Loading…
Reference in New Issue
Block a user