You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 8, 2026. It is now read-only.
Following the plugin type rename from 'fees' to 'fee' in PR #117, several hardcoded references to the old plugin type remain in the codebase and need to be updated for consistency.
Files and Changes Required
Based on CodeRabbit's analysis, the following files need updates:
Update PluginID: vtypes.PluginVultisigFees_feee, to use the new vtypes constant reflecting the "fee" plugin
plugin/fees/policy.go & plugin/fees/fees.go
Replace references to vtypes.PluginVultisigFees_feee with the correctly renamed vtypes constant (e.g., vtypes.PluginVultisigFee_fee)
Context
This consistency exercise ensures that all references to the plugin type are aligned with the rename performed in PR #117 where PLUGIN_TYPE was changed from "fees" to "fee" in plugin/fees/constraints.go.