Skip to content

Commit

Permalink
Merge pull request rhinestonewtf#89 from KannuSingh/main
Browse files Browse the repository at this point in the history
fix: encodeUseOrEnableSmartSessionSignature method
  • Loading branch information
kopy-kat authored Oct 16, 2024
2 parents 7e48557 + 8bc4834 commit 24f3625
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 24f3625

Please sign in to comment.