diff options
| author | MarcoFalke <[email protected]> | 2018-08-08 17:22:45 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2018-08-08 17:22:35 -0400 |
| commit | fa5587fe71ce041dc69cb0d46697975bb51ef1f6 (patch) | |
| tree | ed1eb744ee32af6b25a90d4557b3af1c3ee62d34 /test/functional/p2p_invalid_tx.py | |
| parent | Merge #13895: Docs: fix GetWarnings docs to reflect behavior (diff) | |
| download | discoin-fa5587fe71ce041dc69cb0d46697975bb51ef1f6.tar.xz discoin-fa5587fe71ce041dc69cb0d46697975bb51ef1f6.zip | |
qa: wait_for_verack by default
Diffstat (limited to 'test/functional/p2p_invalid_tx.py')
| -rwxr-xr-x | test/functional/p2p_invalid_tx.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/p2p_invalid_tx.py b/test/functional/p2p_invalid_tx.py index a7a86f89f..5c7ae97dd 100755 --- a/test/functional/p2p_invalid_tx.py +++ b/test/functional/p2p_invalid_tx.py @@ -32,7 +32,6 @@ class InvalidTxRequestTest(BitcoinTestFramework): Helper to connect and wait for version handshake.""" for _ in range(num_connections): self.nodes[0].add_p2p_connection(P2PDataStore()) - self.nodes[0].p2p.wait_for_verack() def reconnect_p2p(self, **kwargs): """Tear down and bootstrap the P2P connection to the node. |