import weights from crate

This commit is contained in:
Özgün Özerk
2023-11-20 10:54:19 +03:00
parent e6e13dbf2f
commit 23e11ba3d5
3 changed files with 1 additions and 91 deletions
+1 -1
View File
@@ -444,7 +444,7 @@ impl pallet_multisig::Config for Runtime {
type MaxSignatories = MaxSignatories;
type RuntimeCall = RuntimeCall;
type RuntimeEvent = RuntimeEvent;
type WeightInfo = weights::pallet_multisig::WeightInfo<Runtime>; // TODO: others should check too, I copied this from: https://github.com/paritytech/statemint/blob/master/runtime/statemine/src/weights/pallet_multisig.rs
type WeightInfo = pallet_multisig::weights::SubstrateWeight<Runtime>;
}
parameter_types! {