Skip to content
Snippets Groups Projects
Commit 8e9639d2 authored by MOZGIII's avatar MOZGIII Committed by GitHub
Browse files

Do not require Ord for pallet_offences::Config::IdentificationTuple (#11563)

parent f81e306c
Branches
No related merge requests found
......@@ -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>;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment