test: Remove legacy wallet tests from wallet_reindex.py

This commit is contained in:
Ava Chow
2023-12-19 12:21:41 -05:00
parent 446d480cb2
commit 20a9173717
2 changed files with 6 additions and 16 deletions

View File

@@ -216,8 +216,7 @@ BASE_SCRIPTS = [
'wallet_createwallet.py --descriptors',
'wallet_watchonly.py --legacy-wallet',
'wallet_watchonly.py --usecli --legacy-wallet',
'wallet_reindex.py --legacy-wallet',
'wallet_reindex.py --descriptors',
'wallet_reindex.py',
'wallet_reorgsrestore.py',
'interface_http.py',
'interface_rpc.py',