diff options
| author | Karl-Johan Alm <[email protected]> | 2017-01-11 20:02:25 +0900 |
|---|---|---|
| committer | Karl-Johan Alm <[email protected]> | 2017-01-18 12:31:20 +0900 |
| commit | 7ba0a00aae03b438e63d0ada9ff68a7618c7f907 (patch) | |
| tree | 6503865cbbdd693375b3a4e5f2026451a83a4c64 /qa/pull-tester | |
| parent | Bug-fix: listsinceblock: use closest common ancestor when a block hash was pr... (diff) | |
| download | discoin-7ba0a00aae03b438e63d0ada9ff68a7618c7f907.tar.xz discoin-7ba0a00aae03b438e63d0ada9ff68a7618c7f907.zip | |
Testing: listsinceblock should not use orphan block height.
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 83b6bdfe4..f3aa34a44 100755 --- a/qa/pull-tester/rpc-tests.py +++ b/qa/pull-tester/rpc-tests.py @@ -152,6 +152,7 @@ testScripts = [ 'nulldummy.py', 'import-rescan.py', 'rpcnamedargs.py', + 'listsinceblock.py', ] if ENABLE_ZMQ: testScripts.append('zmq_test.py') |