aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-09-22 10:20:44 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2016-09-22 10:58:00 +0200
commit26b370a93700d81ab92b528c3194bd90234b07ce (patch)
tree8b2ba1f52f450318d5d87fe5b5c48e7a3326511a /qa/pull-tester
parent7008e28136b53bd5d5b8723366bde523c76d299b (diff)
parent482f852da65457eb2fbea6b259e7568133fb81c4 (diff)
downloadbitcoin-26b370a93700d81ab92b528c3194bd90234b07ce.tar.xz
Merge #8636: Implement NULLDUMMY softfork (BIP147)
482f852 Implement NULLDUMMY softfork (Johnson Lau)
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 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')