Skip to content

Commit

Permalink
docs: remove the note about rounding for the ClaimPreview structure
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgeniiZaitsevCW committed Nov 21, 2024
1 parent fa86a19 commit b5b4cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/interfaces/IYieldStreamerTypes.sol
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ interface IYieldStreamerTypes {
* Used to estimate the yield that can be claimed without modifying the contract state.
*
* Fields:
* - `yield`: The total claimable yield amount (rounded down) available for the account.
* - `yield`: The total claimable yield amount available for the account.
* - `fee`: The fee amount that would be deducted during the claim.
* - `timestamp`: The timestamp at which the preview was calculated.
* - `balance`: The account's token balance used in the calculation.
Expand Down

0 comments on commit b5b4cc3

Please # to comment.