Skip to content

Commit

Permalink
fix typo in BqETHSubscription comment
Browse files Browse the repository at this point in the history
  • Loading branch information
KPrasch committed Aug 5, 2024
1 parent 51b1c5c commit f6848c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ contract BqETHSubscription is EncryptorSlotsSubscription, Initializable, Ownable
return baseFees(currentPeriodNumber);
}

/// @dev optential overflow after 15-16 periods
/// @dev potential overflow after 15-16 periods
function baseFees(uint256 periodNumber) public view returns (uint256) {
uint256 baseFeeRate = initialBaseFeeRate *
(INCREASE_BASE + baseFeeRateIncrease) ** periodNumber;
Expand Down

0 comments on commit f6848c4

Please sign in to comment.