@zhoujun_aptos/octopus-ts-sdk-min 0.22.5 → 0.22.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2713,7 +2713,7 @@ async function verifyPermission({ fullDecryptionDomain, proof }) {
2713
2713
  aptos,
2714
2714
  `${contractId.moduleAddr.toStringLong()}::${contractId.moduleName}::${contractId.functionName}`,
2715
2715
  [],
2716
- [proof.userAddr, fullDecryptionDomain.toBytes()]
2716
+ [proof.userAddr, fullDecryptionDomain.domain]
2717
2717
  );
2718
2718
  return userIsPermittedMoveVal?.toString() === "true";
2719
2719
  } catch (error) {