Skip to content

Commit 62ed793

Browse files
add return value name in interface for estimateTCO2RedemptionAmount
Co-authored-by: Michalis Kargakis <kargakis@protonmail.com>
1 parent af5cafb commit 62ed793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces/IFeeCalculator.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ interface IFeeCalculator {
4444
function estimateTCO2RedemptionAmount(address pool, address tco2, uint256 poolAmount)
4545
external
4646
view
47-
returns (uint256);
47+
returns (uint256 estimatedTCO2Amount);
4848
}

0 commit comments

Comments
 (0)