Skip to content

Commit

Permalink
Merge pull request #12 from argentlabs/fix/offchain-sessions-message
Browse files Browse the repository at this point in the history
fix: offchain sign session message
  • Loading branch information
bluecco committed May 15, 2024
2 parents f1a8fcf + becf036 commit 665681e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/offchainSessionUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ export async function createOffchainSessionV5(
{ name: "chainId", type: "felt" },
{ name: "version", type: "felt" },
],
Message: [{ name: "message", type: "felt" }],
},
primaryType: "Session",
message: {
Expand Down Expand Up @@ -184,7 +183,6 @@ export async function createOffchainSession(
{ name: "chainId", type: "felt" },
{ name: "version", type: "felt" },
],
Message: [{ name: "message", type: "felt" }],
},
primaryType: "Session",
message: {
Expand Down

0 comments on commit 665681e

Please sign in to comment.