We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71dc477 commit ef291d7Copy full SHA for ef291d7
pallets/transaction-storage/src/lib.rs
@@ -880,7 +880,7 @@ pub mod pallet {
880
/// This is equivalent to `validate_unsigned` but for signed transactions. It should be
881
/// called from a `SignedExtension` implementation.
882
pub fn validate_signed(who: &T::AccountId, call: &Call<T>) -> TransactionValidity {
883
- Ok(Self::check_signed(who, call, false)?)
+ Self::check_signed(who, call, false)
884
}
885
886
/// Check the validity of the given call, signed by the given account, and consume
0 commit comments