diff options
| author | Wladimir J. van der Laan <[email protected]> | 2017-01-23 16:13:29 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2017-01-23 16:16:37 +0100 |
| commit | 727a79836035b02e82e31a3c941396146eabc207 (patch) | |
| tree | b6e7f412e439c36896db28237c343dfe0097df07 /qa/pull-tester | |
| parent | Merge #9607: Remove redundant semicolons in Python code (diff) | |
| parent | Testing: listsinceblock should not use orphan block height. (diff) | |
| download | discoin-727a79836035b02e82e31a3c941396146eabc207.tar.xz discoin-727a79836035b02e82e31a3c941396146eabc207.zip | |
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-x | qa/pull-tester/rpc-tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/pull-tester/rpc-tests.py b/qa/pull-tester/rpc-tests.py index c87d3c712..26bc6a73d 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') |