Skip to content

Commit

Permalink
Merge pull request #5324 from WalletConnect/bugfix/verify_session_aut…
Browse files Browse the repository at this point in the history
…h_request

Fix getVerifyContext when onSessionAuthenticateRequest
  • Loading branch information
quetool authored Sep 3, 2024
2 parents 2ad99d6 + cf8de56 commit 6a1b0a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sign-client/src/controllers/engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2021,7 +2021,7 @@ export class Engine extends IEngine {
attestationId: attestation,
hash: hashMessage(JSON.stringify(payload)),
encryptedId,
metadata: this.client.metadata,
metadata: requester.metadata,
});
const pendingRequest = {
requester,
Expand Down

0 comments on commit 6a1b0a3

Please sign in to comment.