Remove OwnerPaysFee as it's never fully supported (#5435)

The OwnerPaysFee amendment was never fully supported, and this change removes the feature to the extent possible.
This commit is contained in:
Jingchen
2025-06-24 19:56:58 +01:00
committed by GitHub
parent 42fd74b77b
commit e9d46f0bfc
9 changed files with 27 additions and 439 deletions

View File

@@ -55,6 +55,11 @@
* `VoteBehavior::DefaultYes`. The communication process is beyond
* the scope of these instructions.
*
* 5) A feature marked as Obsolete can mean either:
* 1) It is in the ledger (marked as Supported::yes) and it is on its way to
* become Retired
* 2) The feature is not in the ledger (has always been marked as
* Supported::no) and the code to support it has been removed
*
* When a feature has been enabled for several years, the conditional code
* may be removed, and the feature "retired". To retire a feature: