Skip to content

Commit

Permalink
fix: encodeUseOrEnableSmartSessionSignature method
Browse files Browse the repository at this point in the history
  • Loading branch information
KannuSingh committed Oct 15, 2024
1 parent 7e48557 commit 8bc4834
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/module/smart-sessions/usage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,9 @@ export const encodeUseOrEnableSmartSessionSignature = async ({
],
)
: encodePacked(
['bytes1', 'bytes32', 'bytes'],
['bytes1', 'bytes'],
[
SmartSessionMode.ENABLE,
permissionId,
LibZip.flzCompress(
encodeEnableSessionSignature({ enableSessionData, signature }),
) as Hex,
Expand Down

0 comments on commit 8bc4834

Please sign in to comment.