aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester
diff options
context:
space:
mode:
authorKarl-Johan Alm <karljohan-alm@garage.co.jp>2017-01-11 20:02:25 +0900
committerKarl-Johan Alm <karljohan-alm@garage.co.jp>2017-01-18 12:31:20 +0900
commit7ba0a00aae03b438e63d0ada9ff68a7618c7f907 (patch)
tree6503865cbbdd693375b3a4e5f2026451a83a4c64 /qa/pull-tester
parentee5c1ce5a6155d502d8e779d3490d6cf66374c3f (diff)
downloadbitcoin-7ba0a00aae03b438e63d0ada9ff68a7618c7f907.tar.xz
Testing: listsinceblock should not use orphan block height.
Diffstat (limited to 'qa/pull-tester')
-rwxr-xr-xqa/pull-tester/rpc-tests.py1
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')