Skip to content

Commit 47fb673

Browse files
SidestreamSweatyPumpkinyondonfu
authored andcommitted
docs: update validate fee factor comment
1 parent df71eeb commit 47fb673

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/BondingManagerRetroactiveRewardCalculationFix.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ contract BondingManagerRetroactiveRewardCalculationFix is BondingManagerRetroact
3838
}
3939

4040
function _validateFeeFactor(uint256 consecutive, uint256 missed) internal override {
41-
// We use 1e12 as a safe tolerance for rounding noise
41+
// We use 1e12 as a safe tolerance for the estimated fee factor
4242
assertApproxEqAbs(consecutive, missed, 1e12, "Fee factor deflation persists");
4343
}
4444

0 commit comments

Comments
 (0)