Skip to content

Commit db02d5d

Browse files
introduce WeightInfo type for transaction pallets which is part of the biggest change regarding the TransactionExtension (see paritytech/polkadot-sdk#3685)
1 parent cf037ce commit db02d5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtime/src/configs/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ impl pallet_transaction_payment::Config for Runtime {
211211
type LengthToFee = ConstantMultiplier<Balance, TransactionByteFee>;
212212
type FeeMultiplierUpdate = SlowAdjustingFeeUpdate<Self>;
213213
type OperationalFeeMultiplier = ConstU8<5>;
214+
type WeightInfo = ();
214215
}
215216

216217
impl pallet_sudo::Config for Runtime {

0 commit comments

Comments
 (0)