Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
apenzk committed Feb 18, 2025
1 parent 7fb0a69 commit e92114a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit e92114a

Please sign in to comment.