aboutsummaryrefslogtreecommitdiff
path: root/test/functional/p2p_fingerprint.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2018-08-08 17:22:45 -0400
committerMarcoFalke <falke.marco@gmail.com>2018-08-08 17:22:35 -0400
commitfa5587fe71ce041dc69cb0d46697975bb51ef1f6 (patch)
treeed1eb744ee32af6b25a90d4557b3af1c3ee62d34 /test/functional/p2p_fingerprint.py
parent1cd5f2cf9a98708767049a7ddf577cc3f4527617 (diff)
downloadbitcoin-fa5587fe71ce041dc69cb0d46697975bb51ef1f6.tar.xz
qa: wait_for_verack by default
Diffstat (limited to 'test/functional/p2p_fingerprint.py')
-rwxr-xr-xtest/functional/p2p_fingerprint.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/p2p_fingerprint.py b/test/functional/p2p_fingerprint.py
index 61f9ec014b..b872bacbdc 100755
--- a/test/functional/p2p_fingerprint.py
+++ b/test/functional/p2p_fingerprint.py
@@ -75,7 +75,6 @@ class P2PFingerprintTest(BitcoinTestFramework):
# last month but that have over a month's worth of work are also withheld.
def run_test(self):
node0 = self.nodes[0].add_p2p_connection(P2PInterface())
- node0.wait_for_verack()
# Set node time to 60 days ago
self.nodes[0].setmocktime(int(time.time()) - 60 * 24 * 60 * 60)