Skip to content

Commit

Permalink
update events
Browse files Browse the repository at this point in the history
  • Loading branch information
salman01zp committed Nov 14, 2023
1 parent 09de121 commit cd75483
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pallets/roles/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,6 @@ pub mod pallet {
RoleAssigned { account: T::AccountId, role: RoleType },
/// Removed validator from role.
RoleRemoved { account: T::AccountId, role: RoleType },
/// Funds bonded to become a validator.
Bonded { account: T::AccountId, amount: BalanceOf<T> },
/// Funds unbonded to stop being a validator.
Unbonded { account: T::AccountId, amount: BalanceOf<T> },
/// Slashed validator.
Slashed { account: T::AccountId, amount: BalanceOf<T> },
}
Expand Down

0 comments on commit cd75483

Please sign in to comment.