Skip to content

Commit

Permalink
Update contracts/governance/BaseWeightedMultisig.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Milap Sheth <[email protected]>
  • Loading branch information
re1ro and milapsheth authored Feb 1, 2024
1 parent 1646631 commit dcc2cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/governance/BaseWeightedMultisig.sol
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ abstract contract BaseWeightedMultisig is IBaseWeightedMultisig {
* @param hash The signers hash
* @return uint256 The epoch for the given signers hash
*/
function signersEpochForHash(bytes32 signerHash) external view returns (uint256) {
function epochBySignerHash(bytes32 signerHash) external view returns (uint256) {
return _baseWeightedStorage().signersEpochForHash[signerHash];
}

Expand Down

0 comments on commit dcc2cec

Please sign in to comment.