mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 19:17:58 +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.
|
||||
type Event: From<Event> + IsType<<Self as frame_system::Config>::Event>;
|
||||
/// Full identification of the validator.
|
||||
type IdentificationTuple: Parameter + Ord;
|
||||
type IdentificationTuple: Parameter;
|
||||
/// A handler called for every offence report.
|
||||
type OnOffenceHandler: OnOffenceHandler<Self::AccountId, Self::IdentificationTuple, Weight>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user