aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester/rpc-tests.py
diff options
context:
space:
mode:
authorJohnson Lau <[email protected]>2016-08-31 19:38:23 +0800
committerJohnson Lau <[email protected]>2016-08-31 19:38:23 +0800
commit482f852da65457eb2fbea6b259e7568133fb81c4 (patch)
treedb5babd2bac902f8dde5bd0f80730633c9dba700 /qa/pull-tester/rpc-tests.py
parentMerge #8462: Move AdvertiseLocal debug output to net category (diff)
downloaddiscoin-482f852da65457eb2fbea6b259e7568133fb81c4.tar.xz
discoin-482f852da65457eb2fbea6b259e7568133fb81c4.zip
Implement NULLDUMMY softfork
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 92cce6aad..cf951fe17 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')