mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 21:41:12 +00:00
Update docs (#11313)
* Update docs * Update primitives/runtime/src/traits.rs * Update primitives/runtime/src/traits.rs Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
@@ -874,12 +874,7 @@ pub trait SignedExtension:
|
||||
|
||||
/// Do any pre-flight stuff for a signed transaction.
|
||||
///
|
||||
/// Note this function by default delegates to `validate`, so that
|
||||
/// all checks performed for the transaction queue are also performed during
|
||||
/// the dispatch phase (applying the extrinsic).
|
||||
///
|
||||
/// If you ever override this function, you need to make sure to always
|
||||
/// perform the same validation as in `validate`.
|
||||
/// Make sure to perform the same checks as in [`Self::validate`].
|
||||
fn pre_dispatch(
|
||||
self,
|
||||
who: &Self::AccountId,
|
||||
|
||||
Reference in New Issue
Block a user