Add Event to Pallet Asset-Tx-Payment (#11690)

* Add Event to Pallet Asset-Tx-Payment

* add asset_id into the Event

Co-authored-by: parity-processbot <>
This commit is contained in:
ZhiYong
2022-07-30 01:59:03 +08:00
committed by GitHub
parent 1c6867c6ed
commit 3a4ad68d09
3 changed files with 29 additions and 4 deletions
+1
View File
@@ -456,6 +456,7 @@ impl pallet_transaction_payment::Config for Runtime {
}
impl pallet_asset_tx_payment::Config for Runtime {
type Event = Event;
type Fungibles = Assets;
type OnChargeAssetTransaction = pallet_asset_tx_payment::FungiblesAdapter<
pallet_assets::BalanceToAssetBalance<Balances, Runtime, ConvertInto>,