mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 19:47:59 +00:00
Use pallet-sudo extension CheckOnylSudoAccount (#1850)
This commit is contained in:
@@ -217,7 +217,7 @@ pub type SignedExtra = (
|
||||
frame_system::CheckGenesis<Runtime>,
|
||||
frame_system::CheckEra<Runtime>,
|
||||
frame_system::CheckNonce<Runtime>,
|
||||
cumulus_pallet_solo_to_para::CheckSudo<Runtime>,
|
||||
pallet_sudo::CheckOnlySudoAccount<Runtime>,
|
||||
);
|
||||
/// Unchecked extrinsic type as expected by this runtime.
|
||||
pub type UncheckedExtrinsic =
|
||||
|
||||
Reference in New Issue
Block a user