update comment (#32099)
This commit is contained in:
parent
7c5c70a522
commit
446b82afba
|
@ -1140,7 +1140,7 @@ struct PartitionedRewardsCalculation {
|
||||||
|
|
||||||
#[allow(dead_code)]
|
#[allow(dead_code)]
|
||||||
#[derive(Default)]
|
#[derive(Default)]
|
||||||
/// result of calculating the stake rewards at end of epoch
|
/// result of calculating the stake rewards at beginning of new epoch
|
||||||
struct StakeRewardCalculation {
|
struct StakeRewardCalculation {
|
||||||
/// each individual stake account to reward
|
/// each individual stake account to reward
|
||||||
stake_rewards: StakeRewards,
|
stake_rewards: StakeRewards,
|
||||||
|
@ -1149,7 +1149,7 @@ struct StakeRewardCalculation {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[allow(dead_code)]
|
#[allow(dead_code)]
|
||||||
/// result of calculating the stake rewards at end of epoch
|
/// result of calculating the stake rewards at beginning of new epoch
|
||||||
struct StakeRewardCalculationPartitioned {
|
struct StakeRewardCalculationPartitioned {
|
||||||
/// each individual stake account to reward, grouped by partition
|
/// each individual stake account to reward, grouped by partition
|
||||||
stake_rewards: Vec<StakeRewards>,
|
stake_rewards: Vec<StakeRewards>,
|
||||||
|
|
Loading…
Reference in New Issue