Companion for substrate#11618 (#1367)

* Companion for substrate#11618

* update lockfile for {"polkadot", "substrate"}

Co-authored-by: parity-processbot <>
This commit is contained in:
ZhiYong
2022-06-16 10:43:16 +08:00
committed by GitHub
parent ae5e6d4c4d
commit e857bc957f
8 changed files with 272 additions and 265 deletions
+1
View File
@@ -244,6 +244,7 @@ parameter_types! {
}
impl pallet_transaction_payment::Config for Runtime {
type Event = Event;
type OnChargeTransaction = pallet_transaction_payment::CurrencyAdapter<Balances, ()>;
type WeightToFee = IdentityFee<Balance>;
type LengthToFee = ConstantMultiplier<Balance, TransactionByteFee>;