diff options
| author | Russell Yanofsky <[email protected]> | 2020-10-07 14:50:05 -0400 |
|---|---|---|
| committer | Andrew Chow <[email protected]> | 2020-10-14 11:28:18 -0400 |
| commit | c4a29d0a90b821c443c10891d9326c534d15cf97 (patch) | |
| tree | 3cb071df0b6bbf7839c8f0eb26c64372d17d1564 /test/functional/test_runner.py | |
| parent | Run dumpwallet for legacy wallets only in wallet_backup.py (diff) | |
| download | discoin-c4a29d0a90b821c443c10891d9326c534d15cf97.tar.xz discoin-c4a29d0a90b821c443c10891d9326c534d15cf97.zip | |
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 6bd4f20df..6b746b1fe 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', |