From e92114af09bacc220ef9d6eb2cb1cac600a6f3f0 Mon Sep 17 00:00:00 2001 From: apenzk Date: Tue, 18 Feb 2025 15:29:45 +0100 Subject: [PATCH] add comment --- protocol-units/settlement/mcr/contracts/src/settlement/MCR.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {