aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinstagibbs <[email protected]>2016-08-16 14:11:10 -0400
committerinstagibbs <[email protected]>2016-08-16 15:06:46 -0400
commitbc1d1f266046ec79e87c7bf90aaf279f43266cf5 (patch)
treef5a3929cccee5a7c3106c2dbbab1aa9ee7dac1a6
parentMerge #8516: [trivial] remove no-longer-used InitError logic (diff)
downloaddiscoin-bc1d1f266046ec79e87c7bf90aaf279f43266cf5.tar.xz
discoin-bc1d1f266046ec79e87c7bf90aaf279f43266cf5.zip
Update p2p-segwit.py to reflect correct AskFor behavior
-rwxr-xr-xqa/rpc-tests/p2p-segwit.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/qa/rpc-tests/p2p-segwit.py b/qa/rpc-tests/p2p-segwit.py
index cd02692b1..3813743e5 100755
--- a/qa/rpc-tests/p2p-segwit.py
+++ b/qa/rpc-tests/p2p-segwit.py
@@ -946,8 +946,7 @@ class SegWitTest(BitcoinTestFramework):
self.test_node.test_transaction_acceptance(tx, with_witness=True, accepted=False)
# Verify that removing the witness succeeds.
- # Re-announcing won't result in a getdata for ~2.5 minutes, so just
- # deliver the modified transaction.
+ self.test_node.announce_tx_and_wait_for_getdata(tx)
self.test_node.test_transaction_acceptance(tx, with_witness=False, accepted=True)
# Now try to add extra witness data to a valid witness tx.