aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2016-08-26 23:05:26 +0200
committerPieter Wuille <pieter.wuille@gmail.com>2016-08-26 23:06:09 +0200
commit5805ac836c5847bc54cbef3e71154d022ca18eda (patch)
treeffc29daad2dbdc6c77229b680968558acc26d71e /qa/pull-tester
parent5127c4f21ca3f092b3a853833631dfc7f9c9456b (diff)
downloadbitcoin-5805ac836c5847bc54cbef3e71154d022ca18eda.tar.xz
Add preciousblock tests
Rebased, improved and extended by Luke-Jr.
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 92cce6aadd..bd5c5f8e18 100755
--- a/qa/pull-tester/rpc-tests.py
+++ b/qa/pull-tester/rpc-tests.py
@@ -140,6 +140,7 @@ testScripts = [
'invalidtxrequest.py',
'abandonconflict.py',
'p2p-versionbits-warning.py',
+ 'preciousblock.py',
'importprunedfunds.py',
'signmessages.py',
'p2p-compactblocks.py',