fix comment (#6670)

This commit is contained in:
Guillaume Thiolliere
2020-07-16 13:13:12 +02:00
committed by GitHub
parent 4ac2078992
commit 4187827343
+1 -1
View File
@@ -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,