Skip to content

Commit 94a4f41

Browse files
committed
add frame_system extensions weight info
1 parent face3f4 commit 94a4f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ impl frame_system::Config for Runtime {
353353
type PreInherents = ();
354354
type PostInherents = ();
355355
type PostTransactions = ();
356-
type ExtensionsWeightInfo = (); // frame_system exports only default extension weights
356+
type ExtensionsWeightInfo = frame_system::SubstrateExtensionsWeight<Runtime>;
357357
}
358358

359359
impl pallet_insecure_randomness_collective_flip::Config for Runtime {}

0 commit comments

Comments
 (0)