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)
This commit is contained in:
Wladimir J. van der Laan
2017-01-23 16:13:29 +01:00
3 changed files with 95 additions and 4 deletions

View File

@@ -153,6 +153,7 @@ testScripts = [
'import-rescan.py',
'bumpfee.py',
'rpcnamedargs.py',
'listsinceblock.py',
]
if ENABLE_ZMQ:
testScripts.append('zmq_test.py')