diff --git a/protocol-units/settlement/mcr/contracts/src/settlement/MCR.sol b/protocol-units/settlement/mcr/contracts/src/settlement/MCR.sol index 2d9919766..6b41353e8 100644 --- a/protocol-units/settlement/mcr/contracts/src/settlement/MCR.sol +++ b/protocol-units/settlement/mcr/contracts/src/settlement/MCR.sol @@ -161,7 +161,7 @@ contract MCR is Initializable, BaseSettlement, MCRStorage, IMCR { return totalStake; } - // gets the total stake for the current epoch + // gets the total stake for the current epoch for a given custodian function getTotalStakeForAcceptingEpoch( address custodian ) public view returns (uint256) {