aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2017-01-23 16:13:29 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2017-01-23 16:16:37 +0100
commit727a79836035b02e82e31a3c941396146eabc207 (patch)
treeb6e7f412e439c36896db28237c343dfe0097df07 /qa/pull-tester
parent5cf3c60fccb198c16819fcf8a0c5635b5b630496 (diff)
parent7ba0a00aae03b438e63d0ada9ff68a7618c7f907 (diff)
downloadbitcoin-727a79836035b02e82e31a3c941396146eabc207.tar.xz
Merge #9516: Bug-fix: listsinceblock: use fork point as reference for blocks in reorg'd chains
7ba0a00 Testing: listsinceblock should not use orphan block height. (Karl-Johan Alm) ee5c1ce Bug-fix: listsinceblock: use closest common ancestor when a block hash was provided for a chain that was not the main chain. (Karl-Johan Alm)
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 c87d3c7127..26bc6a73df 100755
--- a/qa/pull-tester/rpc-tests.py
+++ b/qa/pull-tester/rpc-tests.py
@@ -153,6 +153,7 @@ testScripts = [
'import-rescan.py',
'bumpfee.py',
'rpcnamedargs.py',
+ 'listsinceblock.py',
]
if ENABLE_ZMQ:
testScripts.append('zmq_test.py')