From 746b6d88395607abbd3c13bbdcdd4ca83e9bc9e4 Mon Sep 17 00:00:00 2001 From: Ava Chow Date: Fri, 22 Dec 2023 12:55:59 -0500 Subject: test: Add test for createwalletdescriptor --- 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 1f6bb32e0a..cf0c5d701c 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -182,6 +182,7 @@ BASE_SCRIPTS = [ 'wallet_keypool_topup.py --descriptors', 'wallet_fast_rescan.py --descriptors', 'wallet_gethdkeys.py --descriptors', + 'wallet_createwalletdescriptor.py --descriptors', 'interface_zmq.py', 'rpc_invalid_address_message.py', 'rpc_validateaddress.py', -- cgit v1.2.3