diff options
author | MarcoFalke <falke.marco@gmail.com> | 2018-08-08 17:22:45 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2018-08-08 17:22:35 -0400 |
commit | fa5587fe71ce041dc69cb0d46697975bb51ef1f6 (patch) | |
tree | ed1eb744ee32af6b25a90d4557b3af1c3ee62d34 /test/functional/feature_dersig.py | |
parent | 1cd5f2cf9a98708767049a7ddf577cc3f4527617 (diff) |
qa: wait_for_verack by default
Diffstat (limited to 'test/functional/feature_dersig.py')
-rwxr-xr-x | test/functional/feature_dersig.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/functional/feature_dersig.py b/test/functional/feature_dersig.py index 4337d42dc0..47dc6754bf 100755 --- a/test/functional/feature_dersig.py +++ b/test/functional/feature_dersig.py @@ -57,9 +57,6 @@ class BIP66Test(BitcoinTestFramework): def run_test(self): self.nodes[0].add_p2p_connection(P2PInterface()) - # wait_for_verack ensures that the P2P connection is fully up. - self.nodes[0].p2p.wait_for_verack() - self.log.info("Mining %d blocks", DERSIG_HEIGHT - 2) self.coinbase_blocks = self.nodes[0].generate(DERSIG_HEIGHT - 2) self.nodeaddress = self.nodes[0].getnewaddress() |