diff options
author | James O'Beirne <james.obeirne@gmail.com> | 2019-09-17 10:57:46 -0400 |
---|---|---|
committer | James O'Beirne <james.obeirne@gmail.com> | 2019-11-05 13:36:04 -0500 |
commit | 92b2f5306ba0b3f031293cb8f415b67cb002c2f1 (patch) | |
tree | 6da8a0178a52400a309db6a16db305780579ef4a /test/functional/test_runner.py | |
parent | c1ccbc3ddef931896a7e9dcfa6704e305a69fbff (diff) |
test: add dumptxoutset RPC test
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-x | test/functional/test_runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index e0b523b718..2938c54a35 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -190,6 +190,7 @@ BASE_SCRIPTS = [ 'rpc_uptime.py', 'wallet_resendwallettransactions.py', 'wallet_fallbackfee.py', + 'rpc_dumptxoutset.py', 'feature_minchainwork.py', 'rpc_getblockstats.py', 'wallet_create_tx.py', |