From b5b4cc3d33de906e9837bbeeace00844e98ac3e9 Mon Sep 17 00:00:00 2001 From: Evgenii Zaitsev Date: Thu, 21 Nov 2024 18:03:44 +0700 Subject: [PATCH] docs: remove the note about rounding for the ClaimPreview structure --- contracts/interfaces/IYieldStreamerTypes.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/interfaces/IYieldStreamerTypes.sol b/contracts/interfaces/IYieldStreamerTypes.sol index e627988..91cbcfb 100644 --- a/contracts/interfaces/IYieldStreamerTypes.sol +++ b/contracts/interfaces/IYieldStreamerTypes.sol @@ -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.