Companion for substrate#11618 (#5677)

* Companion for substrate#11618

* Fix

* update lockfile for {"substrate"}

Co-authored-by: parity-processbot <>
This commit is contained in:
ZhiYong
2022-06-16 10:05:22 +08:00
committed by GitHub
parent 2ba1c54fc7
commit a3125b9f47
9 changed files with 186 additions and 178 deletions
+1
View File
@@ -459,6 +459,7 @@ parameter_types! {
}
impl pallet_transaction_payment::Config for Runtime {
type Event = Event;
type OnChargeTransaction = CurrencyAdapter<Balances, ToAuthor<Runtime>>;
type OperationalFeeMultiplier = OperationalFeeMultiplier;
type WeightToFee = WeightToFee;