aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester/rpc-tests.py
diff options
context:
space:
mode:
authorSuhas Daftuar <sdaftuar@gmail.com>2016-07-12 16:05:02 -0400
committerWladimir J. van der Laan <laanwj@gmail.com>2016-09-26 16:47:11 +0200
commitfb8706ebd748e8b99e3d08a49da9fdc8e800806b (patch)
tree27a2b9f09fbab4e87cbc87c02331c06e0c070a21 /qa/pull-tester/rpc-tests.py
parentf6be478b0aa0d48dbb9ed40f97f59a740214b7e5 (diff)
downloadbitcoin-fb8706ebd748e8b99e3d08a49da9fdc8e800806b.tar.xz
Add p2p test for BIP 152 (compact blocks)
Github-Pull: #8418 Rebased-From: 45c7ddd109465e03551f5b39c2e650c243b4a078
Diffstat (limited to 'qa/pull-tester/rpc-tests.py')
-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 634d675890..1e57a3fc20 100755
--- a/qa/pull-tester/rpc-tests.py
+++ b/qa/pull-tester/rpc-tests.py
@@ -142,6 +142,7 @@ testScripts = [
'segwit.py',
'importprunedfunds.py',
'signmessages.py',
+ 'p2p-compactblocks.py',
]
if ENABLE_ZMQ:
testScripts.append('zmq_test.py')