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

@ -62,10 +62,8 @@ class VersionBitsWarningTest(BitcoinTestFramework):
return VB_PATTERN.search(alert_text) is not None
def run_test(self):
# Handy alias
node = self.nodes[0]
node.add_p2p_connection(P2PInterface())
node.p2p.wait_for_verack()
# Mine one period worth of blocks
node.generate(VB_PERIOD)