test: Add a test for anchor outputs in the wallet

Github-Pull: #33268
Rebased-From: 609d265ebc
This commit is contained in:
Ava Chow
2025-08-28 15:13:23 -07:00
committed by glozow
parent c6e7765c0a
commit f4b78c42e5
3 changed files with 131 additions and 0 deletions

View File

@@ -170,6 +170,8 @@ BASE_SCRIPTS = [
'wallet_listreceivedby.py --descriptors',
'wallet_abandonconflict.py --legacy-wallet',
'wallet_abandonconflict.py --descriptors',
'wallet_anchor.py --legacy-wallet',
'wallet_anchor.py --descriptors',
'feature_reindex.py',
'feature_reindex_readonly.py',
'wallet_labels.py --legacy-wallet',