diff options
author | Russell Yanofsky <russ@yanofsky.org> | 2020-10-07 14:50:05 -0400 |
---|---|---|
committer | Andrew Chow <achow101-github@achow101.com> | 2020-10-14 11:28:18 -0400 |
commit | c4a29d0a90b821c443c10891d9326c534d15cf97 (patch) | |
tree | 3cb071df0b6bbf7839c8f0eb26c64372d17d1564 /test/functional/test_runner.py | |
parent | 310b0fde04639b7446efd5c1d2701caa4b991b86 (diff) |
Update wallet_multiwallet.py for descriptor and sqlite wallets
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 6bd4f20df9..6b746b1fee 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -141,6 +141,7 @@ BASE_SCRIPTS = [ 'mempool_reorg.py', 'mempool_persist.py', 'wallet_multiwallet.py', + 'wallet_multiwallet.py --descriptors', 'wallet_multiwallet.py --usecli', 'wallet_createwallet.py', 'wallet_createwallet.py --usecli', |