Remove deprecated RawEvent types from some pallets (#11316)

Signed-off-by: koushiro <koushiro.cqx@gmail.com>
This commit is contained in:
Qinxuan Chen
2022-04-29 16:28:17 +08:00
committed by GitHub
parent aaf693f05a
commit 51915ebe4a
13 changed files with 0 additions and 50 deletions
-3
View File
@@ -262,9 +262,6 @@ pub mod pallet {
Resumed,
}
#[deprecated(note = "use `Event` instead")]
pub type RawEvent = Event;
#[pallet::error]
pub enum Error<T> {
/// Attempt to signal GRANDPA pause when the authority set isn't live