Change SA for Rococo/Statemine_1000 + removed CheckedExtrinsic (#2627)

This commit is contained in:
Branislav Kontur
2023-05-23 21:32:47 +02:00
committed by GitHub
parent 0224d1420b
commit 45e4370a27
8 changed files with 25 additions and 33 deletions
@@ -612,8 +612,6 @@ pub type SignedExtra = (
/// Unchecked extrinsic type as expected by this runtime.
pub type UncheckedExtrinsic =
generic::UncheckedExtrinsic<Address, RuntimeCall, Signature, SignedExtra>;
/// Extrinsic type that has already been checked.
pub type CheckedExtrinsic = generic::CheckedExtrinsic<AccountId, RuntimeCall, SignedExtra>;
/// Executive: handles dispatch to the various modules.
pub type Executive = frame_executive::Executive<
Runtime,