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 551c8e9 commit 8a9f1e4Copy full SHA for 8a9f1e4
test/functional/rpc_getblockfrompeer.py
@@ -100,7 +100,7 @@ def run_test(self):
100
# Connect a P2PInterface to the pruning node and have it submit only the header of the
101
# block that the pruning node has not seen
102
node1_interface = self.nodes[1].add_p2p_connection(P2PInterface())
103
- node1_interface.send_message(msg_headers([block]))
+ node1_interface.send_and_ping(msg_headers([block]))
104
105
# Get the peer id of the P2PInterface from the pruning node
106
node1_peers = self.nodes[1].getpeerinfo()
0 commit comments