From 234e623af0f568edd282188cfa6683e959145d22 Mon Sep 17 00:00:00 2001 From: Schlagonia Date: Mon, 12 Aug 2024 12:20:14 -0600 Subject: [PATCH] chore: compile --- contracts/Managers/V3Deployer.sol | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/contracts/Managers/V3Deployer.sol b/contracts/Managers/V3Deployer.sol index cf47a8b..df2cdc1 100644 --- a/contracts/Managers/V3Deployer.sol +++ b/contracts/Managers/V3Deployer.sol @@ -161,7 +161,7 @@ contract V3Deployer is Positions { ReleaseRegistry( IProtocolAddressProvider(protocolAddressProvider) .getReleaseRegistry() - ).getLatestFactory(); + ).latestFactory(); } function getKeeper() public view returns (address) { @@ -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,