@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.
- package/dist/common/index.js +1 -1
- package/dist/common/index.js.map +1 -1
- package/dist/esm/index.mjs +1 -1
- package/dist/esm/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/esm/index.mjs
CHANGED
|
@@ -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.
|
|
2716
|
+
[proof.userAddr, fullDecryptionDomain.domain]
|
|
2717
2717
|
);
|
|
2718
2718
|
return userIsPermittedMoveVal?.toString() === "true";
|
|
2719
2719
|
} catch (error) {
|