diff options
author | Suhas Daftuar <sdaftuar@gmail.com> | 2016-07-12 16:05:02 -0400 |
---|---|---|
committer | Suhas Daftuar <sdaftuar@gmail.com> | 2016-07-29 09:41:58 -0400 |
commit | 45c7ddd109465e03551f5b39c2e650c243b4a078 (patch) | |
tree | 51cf1b8f1b78e2a846a771f6a1f80ffad21687e5 /qa/pull-tester | |
parent | 9a22a6c0891256f02f4906c1c13fb22a9722ec7c (diff) |
Add p2p test for BIP 152 (compact blocks)
Diffstat (limited to 'qa/pull-tester')
-rwxr-xr-x | qa/pull-tester/rpc-tests.py | 1 |
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') |