From 92b2f5306ba0b3f031293cb8f415b67cb002c2f1 Mon Sep 17 00:00:00 2001 From: James O'Beirne Date: Tue, 17 Sep 2019 10:57:46 -0400 Subject: test: add dumptxoutset RPC test --- test/functional/test_runner.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/functional/test_runner.py') 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', -- cgit v1.2.3