mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 13:31:10 +00:00
fix comment (#6670)
This commit is contained in:
committed by
GitHub
parent
4ac2078992
commit
4187827343
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user