Skip to content

Commit

Permalink
keep total_deltas for same period of time as validator_deltas
Browse files Browse the repository at this point in the history
  • Loading branch information
brentstone committed Oct 2, 2023
1 parent 85770be commit 59d8465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proof_of_stake/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ pub type ValidatorDeltas = crate::epoched::EpochedDelta<
pub type TotalDeltas = crate::epoched::EpochedDelta<
token::Change,
crate::epoched::OffsetUnbondingLen,
crate::epoched::OffsetSlashProcessingLen,
crate::epoched::OffsetMaxProposalPeriodOrSlashProcessingLenPlus,
>;

/// Epoched validator commission rate
Expand Down

0 comments on commit 59d8465

Please sign in to comment.