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 b97e3a7 commit 4670006Copy full SHA for 4670006
test/functional/p2p_sendheaders.py
@@ -243,10 +243,6 @@ def run_test(self):
243
# will occur outside of direct fetching
244
test_node = self.nodes[0].add_p2p_connection(BaseNode(), services=NODE_WITNESS)
245
246
- # Ensure verack's have been processed by our peer
247
- inv_node.sync_with_ping()
248
- test_node.sync_with_ping()
249
-
250
self.test_null_locators(test_node, inv_node)
251
self.test_nonnull_locators(test_node, inv_node)
252
0 commit comments