diff options
| author | Pieter Wuille <[email protected]> | 2016-08-26 23:05:26 +0200 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2016-08-26 23:06:09 +0200 |
| commit | 5805ac836c5847bc54cbef3e71154d022ca18eda (patch) | |
| tree | ffc29daad2dbdc6c77229b680968558acc26d71e /qa/pull-tester | |
| parent | Add preciousblock RPC (diff) | |
| download | discoin-5805ac836c5847bc54cbef3e71154d022ca18eda.tar.xz discoin-5805ac836c5847bc54cbef3e71154d022ca18eda.zip | |
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 92cce6aad..bd5c5f8e1 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', |