diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-10-18 21:35:27 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-10-18 21:36:38 +0200 |
commit | 7f71a3c591945769ad33e5734105219062311d1e (patch) | |
tree | fe9c4008eeeb0f912630ecf80b7342072f15e353 /qa/pull-tester | |
parent | df7519cbc1a9613a557bf84ad3c124795155f287 (diff) | |
parent | 5805ac836c5847bc54cbef3e71154d022ca18eda (diff) |
Merge #6996: Add preciousblock RPC
5805ac8 Add preciousblock tests (Pieter Wuille)
5127c4f Add preciousblock RPC (Pieter Wuille)
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 4a953385e0..7430bb2256 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', |