aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester
diff options
context:
space:
mode:
authorSuhas Daftuar <sdaftuar@gmail.com>2016-07-12 16:05:02 -0400
committerSuhas Daftuar <sdaftuar@gmail.com>2016-07-29 09:41:58 -0400
commit45c7ddd109465e03551f5b39c2e650c243b4a078 (patch)
tree51cf1b8f1b78e2a846a771f6a1f80ffad21687e5 /qa/pull-tester
parent9a22a6c0891256f02f4906c1c13fb22a9722ec7c (diff)
downloadbitcoin-45c7ddd109465e03551f5b39c2e650c243b4a078.tar.xz
Add p2p test for BIP 152 (compact blocks)
Diffstat (limited to 'qa/pull-tester')
-rwxr-xr-xqa/pull-tester/rpc-tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/pull-tester/rpc-tests.py b/qa/pull-tester/rpc-tests.py
index 11b83bac14..c4b11bc51b 100755
--- a/qa/pull-tester/rpc-tests.py
+++ b/qa/pull-tester/rpc-tests.py
@@ -141,6 +141,7 @@ testScripts = [
'segwit.py',
'importprunedfunds.py',
'signmessages.py',
+ 'p2p-compactblocks.py',
]
if ENABLE_ZMQ:
testScripts.append('zmq_test.py')