diff --git a/contracts/mocks/proxy/ClashingImplementation.sol b/contracts/mocks/proxy/ClashingImplementation.sol index 43d5a34f24e..157feaa4636 100644 --- a/contracts/mocks/proxy/ClashingImplementation.sol +++ b/contracts/mocks/proxy/ClashingImplementation.sol @@ -3,8 +3,8 @@ pragma solidity ^0.8.20; /** - * @dev Implementation contract with a payable changeAdmin(address) function made to clash with - * TransparentUpgradeableProxy's to test correct functioning of the Transparent Proxy feature. + * @dev Implementation contract with a payable upgradeToAndCall(address,bytes) function made to clash with + * TransparentUpgradeableProxy's interface to test correct functioning of the Transparent Proxy pattern. */ contract ClashingImplementation { event ClashingImplementationCall();