Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MOZGIII authored Dec 12, 2024
1 parent 3e6be8c commit bff0e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/pallet-token-claims/src/signed_ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ where
_len: usize,
) -> TransactionValidity {
match call.is_sub_type() {
// Disallow `claim` call - can't be used an unsigned tx.
// Disallow `claim` call - can't be used as an unsigned tx.
Some(Call::claim { .. }) => InvalidTransaction::Call.into(),
_ => Ok(Default::default()),
}
Expand Down

0 comments on commit bff0e97

Please sign in to comment.