Skip to content

Commit

Permalink
Elevating MissingAccount severity.
Browse files Browse the repository at this point in the history
  • Loading branch information
blockiosaurus committed Feb 28, 2023
1 parent 7d638c9 commit f4ff18b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion program/src/state/rules.rs
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ impl Rule {
Failure(self.to_error())
}
} else {
Failure(RuleSetError::MissingAccount.into())
Error(RuleSetError::MissingAccount.into())
}
}
Rule::PubkeyMatch { pubkey, field } => {
Expand Down

0 comments on commit f4ff18b

Please sign in to comment.