mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-18 04:51:01 +00:00
Do not require Ord for pallet_offences::Config::IdentificationTuple (#11563)
This commit is contained in:
@@ -59,7 +59,7 @@ pub mod pallet {
|
|||||||
/// The overarching event type.
|
/// The overarching event type.
|
||||||
type Event: From<Event> + IsType<<Self as frame_system::Config>::Event>;
|
type Event: From<Event> + IsType<<Self as frame_system::Config>::Event>;
|
||||||
/// Full identification of the validator.
|
/// Full identification of the validator.
|
||||||
type IdentificationTuple: Parameter + Ord;
|
type IdentificationTuple: Parameter;
|
||||||
/// A handler called for every offence report.
|
/// A handler called for every offence report.
|
||||||
type OnOffenceHandler: OnOffenceHandler<Self::AccountId, Self::IdentificationTuple, Weight>;
|
type OnOffenceHandler: OnOffenceHandler<Self::AccountId, Self::IdentificationTuple, Weight>;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user