Skip to content

Commit

Permalink
Remove feature gate
Browse files Browse the repository at this point in the history
  • Loading branch information
danenbm committed Jul 30, 2024
1 parent 0dce96d commit 4d96806
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions programs/mpl-core/src/plugins/update_delegate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ impl PluginValidation for UpdateDelegate {
&self,
ctx: &PluginValidationContext,
) -> Result<ValidationResult, ProgramError> {
if !self.additional_delegates.is_empty() {
return Err(MplCoreError::NotAvailable.into());
}

if let Some(resolved_authorities) = ctx.resolved_authorities {
if resolved_authorities.contains(ctx.self_authority) {
return approve!();
Expand Down

0 comments on commit 4d96806

Please sign in to comment.