Skip to content

Commit

Permalink
[glutton-kusama] set SystemWeightInfo with unused weight `frame_sys…
Browse files Browse the repository at this point in the history
…tem` file
  • Loading branch information
bkontur committed Feb 21, 2024
1 parent 97f81a8 commit 3d11911
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion system-parachains/gluttons/glutton-kusama/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ impl frame_system::Config for Runtime {
type OnKilledAccount = ();
type DbWeight = ();
type BaseCallFilter = frame_support::traits::Everything;
type SystemWeightInfo = ();
type SystemWeightInfo = weights::frame_system::WeightInfo<Runtime>;
type BlockWeights = RuntimeBlockWeights;
type BlockLength = RuntimeBlockLength;
type SS58Prefix = SS58Prefix;
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3d11911

Please sign in to comment.