qt: drop unused watch-only functionality

The watch-only functionality in the GUI was only used for legacy wallets.
Watch-only descriptor wallets do not use this.

The only visible changes of this commit are:
- dropped "Spendable:" label from the overview tab
- column width cache is reset
This commit is contained in:
Sjors Provoost
2025-05-12 12:17:12 +02:00
parent 7710a31f0c
commit e99188e7da
15 changed files with 29 additions and 298 deletions

View File

@@ -0,0 +1,3 @@
GUI changes
- Custom column widths in the Transactions tab are reset as a side-effect of legacy wallet removal. (#32459)