Skip to content

Commit

Permalink
passport owner is not allowed to change passport logic registry
Browse files Browse the repository at this point in the history
  • Loading branch information
dimchansky committed Mar 13, 2019
1 parent f8e7c12 commit 2d886e7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions contracts/Passport.sol
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,6 @@ contract Passport is Proxy, ClaimableProxy, DestructibleProxy {
_setRegistry(_registry);
}

/**
* @dev Changes the passport logic registry.
* @param _registry Address of the new passport implementations registry.
*/
function changePassportLogicRegistry(IPassportLogicRegistry _registry) public onlyOwner {
emit PassportLogicRegistryChanged(address(_getRegistry()), address(_registry));
_setRegistry(_registry);
}

/**
* @return the address of passport logic registry.
*/
Expand Down

0 comments on commit 2d886e7

Please sign in to comment.