Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update frame/nomination-pools/src/lib.rs
Co-authored-by: Zeke Mostov <[email protected]>
  • Loading branch information
kianenigma and emostov authored Mar 23, 2022
commit f6d8e05809b2c516dd30c5a35d56c3867f8f7b86
2 changes: 1 addition & 1 deletion frame/nomination-pools/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1800,7 +1800,7 @@ impl<T: Config> Pallet<T> {
}

/// If the delegator has some rewards, transfer a payout from the reward pool to the delegator.
// Emits events and potentially triggers the pool state if the math becomes corrupt, but does
// Emits events and potentially modifies pool state if any arithmetic saturates, but does
// not persist any of the mutable inputs to storage.
fn do_reward_payout(
delegator_account: &T::AccountId,
Expand Down