diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-09-22 10:20:44 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-09-22 10:58:00 +0200 |
commit | 26b370a93700d81ab92b528c3194bd90234b07ce (patch) | |
tree | 8b2ba1f52f450318d5d87fe5b5c48e7a3326511a /qa/pull-tester/rpc-tests.py | |
parent | 7008e28136b53bd5d5b8723366bde523c76d299b (diff) | |
parent | 482f852da65457eb2fbea6b259e7568133fb81c4 (diff) |
Merge #8636: Implement NULLDUMMY softfork (BIP147)
482f852 Implement NULLDUMMY softfork (Johnson Lau)
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 9e187b019b..df86861d36 100755 --- a/qa/pull-tester/rpc-tests.py +++ b/qa/pull-tester/rpc-tests.py @@ -143,6 +143,7 @@ testScripts = [ 'importprunedfunds.py', 'signmessages.py', 'p2p-compactblocks.py', + 'nulldummy.py', ] if ENABLE_ZMQ: testScripts.append('zmq_test.py') |