mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-23 23:45:49 +02:00
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:
@@ -153,6 +153,7 @@ testScripts = [
|
||||
'import-rescan.py',
|
||||
'bumpfee.py',
|
||||
'rpcnamedargs.py',
|
||||
'listsinceblock.py',
|
||||
]
|
||||
if ENABLE_ZMQ:
|
||||
testScripts.append('zmq_test.py')
|
||||
|
Reference in New Issue
Block a user