From ffc79b8e492c6dd1352e528fd82e45d8d25eaa04 Mon Sep 17 00:00:00 2001 From: Antoine Poinsot Date: Fri, 14 Jan 2022 14:25:55 +0100 Subject: qa: functional test Miniscript watchonly support --- 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 08229de57a..85dfa20a5a 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -204,6 +204,7 @@ BASE_SCRIPTS = [ 'wallet_keypool.py --legacy-wallet', 'wallet_keypool.py --descriptors', 'wallet_descriptor.py --descriptors', + 'wallet_miniscript.py', 'feature_maxtipage.py', 'p2p_nobloomfilter_messages.py', 'p2p_filter.py', -- cgit v1.2.3