Skip to content

Commit

Permalink
remove duplicated function
Browse files Browse the repository at this point in the history
  • Loading branch information
apenzk committed Feb 21, 2025
1 parent 5231f5c commit 7873584
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,13 +182,6 @@ contract MCR is Initializable, BaseSettlement, MCRStorage, IMCR {
return getTotalStake(getAcceptingEpoch());
}

// gets the total stake for the accepting epoch
function getCustodianStakeForAcceptingEpoch(
address custodian
) public view returns (uint256) {
return getCustodianStake(getAcceptingEpoch(), custodian);
}

function getValidatorCommitmentAtSuperBlockHeight(
uint256 height,
address attester
Expand Down

0 comments on commit 7873584

Please sign in to comment.