mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 15:51:12 +00:00
Remove deprecated RawEvent types from some pallets (#11316)
Signed-off-by: koushiro <koushiro.cqx@gmail.com>
This commit is contained in:
@@ -277,10 +277,6 @@ pub mod pallet {
|
||||
Deposit { value: BalanceOf<T, I> },
|
||||
}
|
||||
|
||||
/// Old name generated by `decl_event`.
|
||||
#[deprecated(note = "use `Event` instead")]
|
||||
pub type RawEvent<T, I = ()> = Event<T, I>;
|
||||
|
||||
/// Error for the treasury pallet.
|
||||
#[pallet::error]
|
||||
pub enum Error<T, I = ()> {
|
||||
|
||||
Reference in New Issue
Block a user