Skip to content

Commit

Permalink
add return value name in interface for estimateTCO2RedemptionAmount
Browse files Browse the repository at this point in the history
Co-authored-by: Michalis Kargakis <kargakis@protonmail.com>
  • Loading branch information
PawelTroka and 0xmichalis committed Jan 30, 2024
1 parent af5cafb commit 62ed793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/IFeeCalculator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ interface IFeeCalculator {
function estimateTCO2RedemptionAmount(address pool, address tco2, uint256 poolAmount)
external
view
returns (uint256);
returns (uint256 estimatedTCO2Amount);
}

0 comments on commit 62ed793

Please sign in to comment.