Skip to content

Commit 9b9ddef

Browse files
authored
fix comment (#6670)
1 parent 0d59bbe commit 9b9ddef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2417,7 +2417,7 @@ impl<T: Trait> Module<T> {
24172417
}
24182418

24192419
// 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.
2420+
// Reward only the clipped exposures. Note this is not necessarily sorted.
24212421
for nominator in exposure.others.iter() {
24222422
let nominator_exposure_part = Perbill::from_rational_approximation(
24232423
nominator.value,

0 commit comments

Comments
 (0)