We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent face3f4 commit 94a4f41Copy full SHA for 94a4f41
runtime/src/lib.rs
@@ -353,7 +353,7 @@ impl frame_system::Config for Runtime {
353
type PreInherents = ();
354
type PostInherents = ();
355
type PostTransactions = ();
356
- type ExtensionsWeightInfo = (); // frame_system exports only default extension weights
+ type ExtensionsWeightInfo = frame_system::SubstrateExtensionsWeight<Runtime>;
357
}
358
359
impl pallet_insecure_randomness_collective_flip::Config for Runtime {}
0 commit comments