aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-04-05 04:51:42 +0800
committerMarcoFalke <falke.marco@gmail.com>2020-04-05 04:51:44 +0800
commit94fd4a56ed1ca60b0d11c1bab15acab6c834441a (patch)
treeb12116904453fe976669e5a144f4e8911ae913b6
parente16da90d957a10d8a1731d3b9a71643d5962b609 (diff)
parent4670006762ffce654bb12edb5a7e64ad004122a7 (diff)
downloadbitcoin-94fd4a56ed1ca60b0d11c1bab15acab6c834441a.tar.xz
Merge #18496: test: remove redundant sync_with_ping after add_p2p_connection
4670006762ffce654bb12edb5a7e64ad004122a7 test: remove redundant sync_with_ping after add_p2p_connection (Jon Atack) Pull request description: Now that #18247 is merged, these calls are redundant. ACKs for top commit: vasild: utACK 4670006 Tree-SHA512: bdbfe8bcf9dbdde0a8115e3a62bfe359910798d7a3010d920ffca07049cb5f97bf8fb9b6f70079b0607105192b61a6d665774e59a2b678597b47ad6237595ad5
-rwxr-xr-xtest/functional/p2p_sendheaders.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/functional/p2p_sendheaders.py b/test/functional/p2p_sendheaders.py
index e543e647f2..84d818400a 100755
--- a/test/functional/p2p_sendheaders.py
+++ b/test/functional/p2p_sendheaders.py
@@ -243,10 +243,6 @@ class SendHeadersTest(BitcoinTestFramework):
# will occur outside of direct fetching
test_node = self.nodes[0].add_p2p_connection(BaseNode(), services=NODE_WITNESS)
- # Ensure verack's have been processed by our peer
- inv_node.sync_with_ping()
- test_node.sync_with_ping()
-
self.test_null_locators(test_node, inv_node)
self.test_nonnull_locators(test_node, inv_node)