diff options
| author | Suhas Daftuar <[email protected]> | 2016-07-12 16:05:02 -0400 |
|---|---|---|
| committer | Suhas Daftuar <[email protected]> | 2016-07-29 09:41:58 -0400 |
| commit | 45c7ddd109465e03551f5b39c2e650c243b4a078 (patch) | |
| tree | 51cf1b8f1b78e2a846a771f6a1f80ffad21687e5 /qa/pull-tester/rpc-tests.py | |
| parent | Add support for compactblocks to mininode (diff) | |
| download | discoin-45c7ddd109465e03551f5b39c2e650c243b4a078.tar.xz discoin-45c7ddd109465e03551f5b39c2e650c243b4a078.zip | |
Add p2p test for BIP 152 (compact blocks)
Diffstat (limited to 'qa/pull-tester/rpc-tests.py')
| -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 11b83bac1..c4b11bc51 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') |