Skip to content

Commit

Permalink
chore: compile
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlagonia committed Aug 12, 2024
1 parent d4d47c8 commit ebf9ca2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions contracts/Managers/V3Deployer.sol
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ contract V3Deployer is Positions {
ReleaseRegistry(
IProtocolAddressProvider(protocolAddressProvider)
.getReleaseRegistry()
).getLatestFactory();
).latestFactory();
}

function getKeeper() public view returns (address) {
Expand Down Expand Up @@ -200,8 +200,6 @@ contract V3Deployer is Positions {
* This does not check that the roles are !=0 because it is expected that
* the holder will be set to 0 if the position is not being used.
*
* @param _vault Address of the vault.
* @param _position Holder address and roles to set.
*/
function _setRole(
address _vault,
Expand Down

0 comments on commit ebf9ca2

Please sign in to comment.