Remove coins, validator-sets use of Substrate's event system

We've defined our own.
This commit is contained in:
Luke Parker
2025-09-15 21:32:20 -04:00
parent c0a4d85ae6
commit cd4ffa862f
2 changed files with 0 additions and 8 deletions

View File

@@ -54,8 +54,6 @@ mod pallet {
/// The configuration of this pallet.
#[pallet::config]
pub trait Config<I: 'static = ()>: frame_system::Config<AccountId = Public> {
/// The event type.
type RuntimeEvent: From<Event<Self, I>> + IsType<<Self as frame_system::Config>::RuntimeEvent>;
/// What decides if mints are allowed.
type AllowMint: AllowMint;
}