Update nightly version

This commit is contained in:
Luke Parker
2025-02-04 00:53:22 -05:00
parent 22e411981a
commit 5a7b815e2e
8 changed files with 15 additions and 16 deletions

View File

@@ -381,7 +381,7 @@ pub mod pallet {
// Explicitly provide a pre-dispatch which calls validate_unsigned
fn pre_dispatch(call: &Self::Call) -> Result<(), TransactionValidityError> {
Self::validate_unsigned(TransactionSource::InBlock, call).map(|_| ()).map_err(Into::into)
Self::validate_unsigned(TransactionSource::InBlock, call).map(|_| ())
}
}
}