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 102afdf commit e3f45b2Copy full SHA for e3f45b2
packages/core/solidity/src/signer.ts
@@ -59,6 +59,8 @@ export function addSigner(c: ContractBuilder, signer: SignerOptions, upgradeable
59
* Adds a locking constructor that disables initializers and annotates it to allow reachable constructors during Upgrades Plugins validations,
60
* which includes constructors in parent contracts.
61
*
62
+ * IMPORTANT: If a locking constructor is already present, it will not be added again, even if the body comments are different.
63
+ *
64
* @param c The contract builder.
65
* @param bodyComments Optional comments to add to the constructor body, before disabling initializers.
66
*/
0 commit comments