Testing: listsinceblock should not use orphan block height.

This commit is contained in:
Karl-Johan Alm
2017-01-11 20:02:25 +09:00
parent ee5c1ce5a6
commit 7ba0a00aae
2 changed files with 81 additions and 0 deletions

View File

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