Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
Alias RingBalance<T> = RingBalance (#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Lau authored Oct 26, 2021
1 parent 8e6d3b3 commit fc3ca2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frame/fee-market/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ pub mod pallet {

#[pallet::event]
#[pallet::generate_deposit(fn deposit_event)]
#[pallet::metadata(T::AccountId = "AccountId")]
#[pallet::metadata(T::AccountId = "AccountId", RingBalance<T> = "RingBalance")]
pub enum Event<T: Config> {
/// Relayer enrollment
EnrollAndLockCollateral(T::AccountId, RingBalance<T>, Fee<T>),
Expand Down

0 comments on commit fc3ca2c

Please sign in to comment.