diff options
author | Ava Chow <github@achow101.com> | 2023-12-22 12:55:59 -0500 |
---|---|---|
committer | Ava Chow <github@achow101.com> | 2024-03-20 16:15:43 -0400 |
commit | 746b6d88395607abbd3c13bbdcdd4ca83e9bc9e4 (patch) | |
tree | 39b381972d546d74445c41e8730feb3de1de04c1 /test/functional/test_runner.py | |
parent | 2402b6306215a9ee8d5f4068ea81f4e7f324adeb (diff) |
test: Add test for createwalletdescriptor
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 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', |