diff options
author | Karl-Johan Alm <karljohan-alm@garage.co.jp> | 2017-01-11 20:02:25 +0900 |
---|---|---|
committer | Karl-Johan Alm <karljohan-alm@garage.co.jp> | 2017-01-18 12:31:20 +0900 |
commit | 7ba0a00aae03b438e63d0ada9ff68a7618c7f907 (patch) | |
tree | 6503865cbbdd693375b3a4e5f2026451a83a4c64 /qa/pull-tester | |
parent | ee5c1ce5a6155d502d8e779d3490d6cf66374c3f (diff) |
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 83b6bdfe48..f3aa34a44d 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') |