Skip to content
Snippets Groups Projects
Commit 41878273 authored by thiolliere's avatar thiolliere Committed by GitHub
Browse files

fix comment (#6670)

parent 4ac20789
No related merge requests found
......@@ -2417,7 +2417,7 @@ impl<T: Trait> Module<T> {
}
// Lets now calculate how this is split to the nominators.
// Sort nominators by highest to lowest exposure, but only keep `max_nominator_payouts` of them.
// Reward only the clipped exposures. Note this is not necessarily sorted.
for nominator in exposure.others.iter() {
let nominator_exposure_part = Perbill::from_rational_approximation(
nominator.value,
......
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