aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester
diff options
context:
space:
mode:
authorJohnson Lau <jl2012@xbt.hk>2016-08-31 19:38:23 +0800
committerWladimir J. van der Laan <laanwj@gmail.com>2016-09-26 16:50:39 +0200
commit9dfa0c8d90177a12c3a3b1ac59c32727077d6803 (patch)
treee66d2eb4787ec93c5fbcd207ccd1b84dfee42688 /qa/pull-tester
parentcef633ce63937eea37048fe07da2488fefb4ec7c (diff)
downloadbitcoin-9dfa0c8d90177a12c3a3b1ac59c32727077d6803.tar.xz
Implement NULLDUMMY softfork
Github-Pull: #8636 Rebased-From: 482f852da65457eb2fbea6b259e7568133fb81c4
Diffstat (limited to 'qa/pull-tester')
-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 1e57a3fc20..dbd6de5599 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')