Skip to content

Commit

Permalink
fix: reuse constant
Browse files Browse the repository at this point in the history
  • Loading branch information
zoruka committed Nov 6, 2024
1 parent 2976fce commit 8393bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/controllers/ConnectionController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ export const ConnectionController = {

const message = siwxMessage.toString()

const signature = await client.signMessage(siwxMessage.toString())
const signature = await client.signMessage(message)

await siwx.addSession({
data: siwxMessage,
Expand Down

0 comments on commit 8393bbe

Please sign in to comment.