Skip to content

Commit

Permalink
Merge pull request #17 from mangata-finance/feature/eth-as-fee-and-in…
Browse files Browse the repository at this point in the history
…-genesis

Added token_id to fee paid event
  • Loading branch information
iStrike7 authored Jul 3, 2024
2 parents baa397c + 1aa86a7 commit 3496918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/frame/transaction-payment-mangata/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ pub mod pallet {
pub enum Event<T: Config> {
/// A transaction fee `actual_fee`, of which `tip` was added to the minimum inclusion fee,
/// has been paid by `who`.
TransactionFeePaid { who: T::AccountId, actual_fee: BalanceOf<T>, tip: BalanceOf<T> },
TransactionFeePaid { who: T::AccountId, token_id: u32, actual_fee: BalanceOf<T>, tip: BalanceOf<T> },
}

#[pallet::hooks]
Expand Down

0 comments on commit 3496918

Please sign in to comment.