Skip to content

Commit 8dfaf29

Browse files
committed
added comment
1 parent 58225bd commit 8dfaf29

File tree

1 file changed

+1
-0
lines changed
  • contract_manager/src/core/contracts

1 file changed

+1
-0
lines changed

contract_manager/src/core/contracts/evm.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,6 +1005,7 @@ export class EvmLazerContract extends Storable {
10051005
* @param trustedSigner The address of the trusted signer
10061006
* @param expiresAt The expiration timestamp for the signer
10071007
* @param privateKey The private key to sign the transaction
1008+
* @note The privateKey should be the owner of the Lazer contract. It's not possible to run this function if the executor contract is the owner.
10081009
*/
10091010
async updateTrustedSigner(
10101011
trustedSigner: string,

0 commit comments

Comments
 (0)