Skip to content
Snippets Groups Projects
Commit 229cf0a1 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

fix(#125): MinAccessibleReferees is a constant

parent e1d8548e
No related branches found
No related tags found
No related merge requests found
Pipeline #33707 waiting for manual action
......@@ -66,6 +66,7 @@ pub mod pallet {
<Self::Currency as frame_support::traits::Currency<Self::AccountId>>::Balance,
>;
/// Minimum ratio of accessible referees
#[pallet::constant]
type MinAccessibleReferees: Get<Perbill>;
/// Number of session to keep a positive evaluation result
type ResultExpiration: Get<u32>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment