We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d59bbe commit 9b9ddefCopy full SHA for 9b9ddef
src/lib.rs
@@ -2417,7 +2417,7 @@ impl<T: Trait> Module<T> {
2417
}
2418
2419
// Lets now calculate how this is split to the nominators.
2420
- // 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.
2421
for nominator in exposure.others.iter() {
2422
let nominator_exposure_part = Perbill::from_rational_approximation(
2423
nominator.value,
0 commit comments