Skip to content

Commit

Permalink
fix method name
Browse files Browse the repository at this point in the history
  • Loading branch information
hashxtree committed Dec 25, 2024
1 parent 02bfb2c commit af6253d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/consortium/Consortium.sol
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ contract Consortium is Ownable2StepUpgradeable, INotaryConsortium {

/// @notice Returns the validator for a given epoch
/// @param epoch the epoch to get the threshold for
function getValidatoSet(
function getValidatorSet(
uint256 epoch
) external view returns (ValidatorSet memory) {
return _getConsortiumStorage().validatorSet[epoch];
Expand Down

1 comment on commit af6253d

@TilakMaddy
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be changed

here

and here too

Please sign in to comment.