From 7ba0a00aae03b438e63d0ada9ff68a7618c7f907 Mon Sep 17 00:00:00 2001 From: Karl-Johan Alm Date: Wed, 11 Jan 2017 20:02:25 +0900 Subject: Testing: listsinceblock should not use orphan block height. --- qa/pull-tester/rpc-tests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'qa/pull-tester') 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') -- cgit v1.2.3