[Cleanup] Remove obsolete event from fast-unstake (#12725)

Trivial, just removing unused code.
This commit is contained in:
Roman Useinov
2022-11-17 13:19:34 +01:00
committed by GitHub
parent 7cc1f53f6d
commit cac880a7f4
-3
View File
@@ -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.