From ff77150aa3478a5874c040ee6e5049b2c68e2913 Mon Sep 17 00:00:00 2001 From: radik878 Date: Thu, 6 Nov 2025 11:53:09 +0200 Subject: [PATCH] fix: ClashingImplementation comment to reference upgradeToAndCall --- contracts/mocks/proxy/ClashingImplementation.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();