Skip to content

Commit

Permalink
Remove empty event definition
Browse files Browse the repository at this point in the history
  • Loading branch information
ascjones committed Mar 18, 2024
1 parent f522ba3 commit 53be759
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pallets/contract-caller/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,7 @@ pub mod pallet {
pub struct Pallet<T>(_);

#[pallet::config]
pub trait Config: frame_system::Config + pallet_contracts::Config {
/// The overarching runtime event type.
type RuntimeEvent: From<Event<Self>> + IsType<<Self as frame_system::Config>::RuntimeEvent>;
}

#[pallet::event]
pub enum Event<T: Config> {}
pub trait Config: frame_system::Config + pallet_contracts::Config {}

#[pallet::error]
pub enum Error<T> {}
Expand Down

0 comments on commit 53be759

Please sign in to comment.