diff options
author | Jon Atack <jon@atack.com> | 2020-04-01 15:46:54 +0200 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2020-04-01 16:18:59 +0200 |
commit | 4670006762ffce654bb12edb5a7e64ad004122a7 (patch) | |
tree | 54288d1dd687a67d5198e27b658fc2e45914f0e8 /test | |
parent | b97e3a73498bb49e81039e90e9cb5acdca9123cc (diff) |
test: remove redundant sync_with_ping after add_p2p_connection
Diffstat (limited to 'test')
-rwxr-xr-x | test/functional/p2p_sendheaders.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/functional/p2p_sendheaders.py b/test/functional/p2p_sendheaders.py index 161b67e6d0..0152a26698 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) |