Skip to content

Commit

Permalink
[Cleanup] Remove obsolete event from fast-unstake (#12725)
Browse files Browse the repository at this point in the history
Trivial, just removing unused code.
  • Loading branch information
ruseinov authored Nov 17, 2022
1 parent 67add16 commit c27e9c4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,6 @@ pub mod pallet {
Unstaked { stash: T::AccountId, result: DispatchResult },
/// A staker was slashed for requesting fast-unstake whilst being exposed.
Slashed { stash: T::AccountId, amount: BalanceOf<T> },
/// Some internal error happened while migrating stash. They are removed as head as a
/// consequence.
Errored { stash: T::AccountId },
/// An internal error happened. Operations will be paused now.
InternalError,
/// A batch was partially checked for the given eras, but the process did not finish.
Expand Down

0 comments on commit c27e9c4

Please sign in to comment.