mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 13:27:57 +00:00
Remove deprecated RawEvent types from some pallets (#11316)
Signed-off-by: koushiro <koushiro.cqx@gmail.com>
This commit is contained in:
@@ -547,10 +547,6 @@ pub mod pallet {
|
||||
NewSession { session_index: SessionIndex },
|
||||
}
|
||||
|
||||
/// Old name generated by `decl_event`.
|
||||
#[deprecated(note = "use `Event` instead")]
|
||||
pub type RawEvent = Event;
|
||||
|
||||
/// Error for the session pallet.
|
||||
#[pallet::error]
|
||||
pub enum Error<T> {
|
||||
|
||||
Reference in New Issue
Block a user