make parachain system config consistent (#538)

This commit is contained in:
Shawn Tabrizi
2021-07-14 23:44:39 -04:00
committed by GitHub
parent d0fd40d290
commit d41c6818f7
8 changed files with 22 additions and 8 deletions
@@ -49,7 +49,7 @@ frame_support::construct_runtime!(
UncheckedExtrinsic = UncheckedExtrinsic,
{
System: frame_system::{Pallet, Call, Config, Storage, Event<T>},
ParachainSystem: parachain_system::{Pallet, Call, Storage, Event<T>, ValidateUnsigned},
ParachainSystem: parachain_system::{Pallet, Call, Config, Storage, Inherent, Event<T>, ValidateUnsigned},
}
);