We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb97fd3 commit ff77150Copy full SHA for ff77150
contracts/mocks/proxy/ClashingImplementation.sol
@@ -3,8 +3,8 @@
3
pragma solidity ^0.8.20;
4
5
/**
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.
+ * @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.
8
*/
9
contract ClashingImplementation {
10
event ClashingImplementationCall();
0 commit comments