@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.
@@ -2754,7 +2754,7 @@ async function verifyPermission({ fullDecryptionDomain, proof }) {
2754
2754
  aptos,
2755
2755
  `${contractId.moduleAddr.toStringLong()}::${contractId.moduleName}::${contractId.functionName}`,
2756
2756
  [],
2757
- [proof.userAddr, fullDecryptionDomain.toBytes()]
2757
+ [proof.userAddr, fullDecryptionDomain.domain]
2758
2758
  );
2759
2759
  return userIsPermittedMoveVal?.toString() === "true";
2760
2760
  } catch (error) {