diff options
author | Johnson Lau <jl2012@xbt.hk> | 2016-08-31 19:38:23 +0800 |
---|---|---|
committer | Johnson Lau <jl2012@xbt.hk> | 2016-08-31 19:38:23 +0800 |
commit | 482f852da65457eb2fbea6b259e7568133fb81c4 (patch) | |
tree | db5babd2bac902f8dde5bd0f80730633c9dba700 /qa/pull-tester | |
parent | 53f8f226bd1d627c4a6dec5862a1d4ea5a933e45 (diff) |
Implement NULLDUMMY softfork
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 92cce6aadd..cf951fe175 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') |