Use pallet-sudo extension CheckOnylSudoAccount (#1850)

This commit is contained in:
Qinxuan Chen
2022-11-19 21:39:00 +08:00
committed by GitHub
parent 1d5566d35d
commit 037397eb2f
3 changed files with 4 additions and 87 deletions
@@ -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 =