Run dumpwallet for legacy wallets only in wallet_backup.py

Descriptor wallets don't support dumpwallet, so make the tests that do
dumpwallet legacy wallet only.
This commit is contained in:
Andrew Chow
2020-04-03 18:49:36 -04:00
parent 6c6639ac9f
commit 310b0fde04
2 changed files with 24 additions and 20 deletions

View File

@ -88,6 +88,7 @@ BASE_SCRIPTS = [
'wallet_hd.py',
'wallet_hd.py --descriptors',
'wallet_backup.py',
'wallet_backup.py --descriptors',
# vv Tests less than 5m vv
'mining_getblocktemplate_longpoll.py',
'feature_maxuploadtarget.py',