Skip to content

Commit ff77150

Browse files
authored
fix: ClashingImplementation comment to reference upgradeToAndCall
1 parent eb97fd3 commit ff77150

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contracts/mocks/proxy/ClashingImplementation.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
pragma solidity ^0.8.20;
44

55
/**
6-
* @dev Implementation contract with a payable changeAdmin(address) function made to clash with
7-
* TransparentUpgradeableProxy's to test correct functioning of the Transparent Proxy feature.
6+
* @dev Implementation contract with a payable upgradeToAndCall(address,bytes) function made to clash with
7+
* TransparentUpgradeableProxy's interface to test correct functioning of the Transparent Proxy pattern.
88
*/
99
contract ClashingImplementation {
1010
event ClashingImplementationCall();

0 commit comments

Comments
 (0)