Skip to content

Commit

Permalink
Update runtime/regionx/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: cuteolaf <OliverLim818@gmail.com>
  • Loading branch information
Szegoo and cuteolaf authored Apr 18, 2024
1 parent 415f9c3 commit 462abfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/regionx/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ impl pallet_multisig::Config for Runtime {
type DepositBase = DepositBase;
type DepositFactor = DepositFactor;
type MaxSignatories = MaxSignatories;
type WeightInfo = ();
type WeightInfo = pallet_multisig::weights::SubstrateWeight<Runtime>;
}

parameter_types! {
Expand Down

0 comments on commit 462abfe

Please sign in to comment.