Skip to content

Commit

Permalink
docs: Fix exposure cap getter of GSM
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmtzinf authored Jan 18, 2024
1 parent 3cb42d6 commit 5aa4a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contracts/facilitators/gsm/interfaces/IGsm.sol
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ interface IGsm is IAccessControl, IGhoFacilitator {
function getAvailableUnderlyingExposure() external view returns (uint256);

/**
* @notice Returns the GSM exposure capacity
* @notice Returns the exposure limit to the underlying asset
* @return The maximum amount of underlying asset that can be sold to the GSM
*/
function getExposureCap() external view returns (uint128);
Expand Down

0 comments on commit 5aa4a21

Please sign in to comment.