Skip to content

Commit

Permalink
[Cleanup] Remove obsolete event from fast-unstake (paritytech#12725)
Browse files Browse the repository at this point in the history
Trivial, just removing unused code.
  • Loading branch information
ruseinov authored and ark0f committed Feb 27, 2023
1 parent 04dfcb9 commit fa14ba0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frame/fast-unstake/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 fa14ba0

Please sign in to comment.