test: Move feature_backwards_compatibility.py to wallet_backwards_compatibility.py

This commit is contained in:
MarcoFalke
2022-11-29 15:27:51 +01:00
committed by MarcoFalke
parent 16624e6ff3
commit fa933d6985
3 changed files with 3 additions and 7 deletions

View File

@@ -226,8 +226,8 @@ BASE_SCRIPTS = [
'wallet_txn_doublespend.py --legacy-wallet',
'wallet_multisig_descriptor_psbt.py --descriptors',
'wallet_txn_doublespend.py --descriptors',
'feature_backwards_compatibility.py --legacy-wallet',
'feature_backwards_compatibility.py --descriptors',
'wallet_backwards_compatibility.py --legacy-wallet',
'wallet_backwards_compatibility.py --descriptors',
'wallet_txn_clone.py --mineblock',
'feature_notifications.py',
'rpc_getblockfilter.py',