Skip to content

Commit

Permalink
Fixing TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
nutrina committed Dec 21, 2023
1 parent 02aa99d commit 5f1e360
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions contracts/GitcoinPassportDecoder.sol
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,6 @@ contract GitcoinPassportDecoder is

function _authorizeUpgrade(address) internal override onlyOwner {}

/**
* @dev Gets the EAS contract.
*/
// TODO this is getter for EAS. Remove this, eas is public ...
function getEASAddress() public view returns (IEAS) {
return eas;
}

/**
* @dev Gets providers by version.
*/
Expand All @@ -129,7 +121,6 @@ contract GitcoinPassportDecoder is
* @dev Sets the GitcoinResolver contract.
* @param _gitcoinResolver The address of the GitcoinResolver contract.
*/
// TODO: rename to setGitcoinResolverAddress ???
function setGitcoinResolver(address _gitcoinResolver) external onlyOwner {
if (_gitcoinResolver == address(0)) {
revert ZeroValue();
Expand Down

0 comments on commit 5f1e360

Please sign in to comment.