Skip to content

Commit

Permalink
fix: typed signature with data property
Browse files Browse the repository at this point in the history
  • Loading branch information
pikonha committed Dec 9, 2024
1 parent 4589fb1 commit 53d8660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gateway/src/services/signatureRecover.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export class SignatureRecover {
message,
types: {
Message: [
{ name: 'callData', type: 'bytes' },
{ name: 'data', type: 'bytes' },
{ name: 'sender', type: 'address' },
{ name: 'expirationTimestamp', type: 'uint256' },
],
Expand Down

0 comments on commit 53d8660

Please sign in to comment.