Skip to content

Commit

Permalink
Update execute-relay-call.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugoo authored May 23, 2024
1 parent 4a8b5c5 commit 40b7b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion key-manager/execute-relay-call.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const eip191Signer = new EIP191Signer();
/**
* Create signature of the transaction payload using:
* - Key Manager Address
* - Message (LSP6 version, chain ID, noce, timestamp, value, payload)
* - Message (LSP6 version, chain ID, nonce, timestamp, value, payload)
* - private key of the controller
*/
const { signature } = await eip191Signer.signDataWithIntendedValidator(
Expand Down

0 comments on commit 40b7b62

Please sign in to comment.