qa: wait_for_verack by default

This commit is contained in:
MarcoFalke
2018-08-08 17:22:45 -04:00
parent 1cd5f2cf9a
commit fa5587fe71
21 changed files with 11 additions and 56 deletions

View File

@ -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)