diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2016-08-26 23:05:26 +0200 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2016-08-26 23:06:09 +0200 |
commit | 5805ac836c5847bc54cbef3e71154d022ca18eda (patch) | |
tree | ffc29daad2dbdc6c77229b680968558acc26d71e /qa/pull-tester | |
parent | 5127c4f21ca3f092b3a853833631dfc7f9c9456b (diff) |
Add preciousblock tests
Rebased, improved and extended by Luke-Jr.
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..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', |