Skip to content

Commit

Permalink
Do not require Ord for pallet_offences::Config::IdentificationTuple (p…
Browse files Browse the repository at this point in the history
  • Loading branch information
MOZGIII authored and godcodehunter committed Jun 22, 2022
1 parent 6c5450b commit 34c8689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frame/offences/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
}
Expand Down

0 comments on commit 34c8689

Please sign in to comment.