Update docs/tutorials/javascript/compliance/create-permissioned-domains.md

Co-authored-by: Maria Shodunke <maria-robobug@users.noreply.github.com>
This commit is contained in:
oeggert
2025-05-29 11:24:01 -07:00
committed by GitHub
parent e3c6c8dda4
commit 2fb65794c0

View File

@@ -105,7 +105,7 @@ Gather issuer information, credential type, and domain ID. Format the transactio
{% code-snippet file="/_code-samples/modular-tutorials/permissioned-domain-manager.js" language="js" from="// Gather transaction info" before="// Submit transaction" /%}
Submit the `PermissionedDomainSet` transaction and report the results. The metadata is formed differently if a domain ID was included; parse the response accordingly.
Submit the `PermissionedDomainSet` transaction and report the results. The metadata is formed differently if a domain ID is included; parse the response accordingly.
{% code-snippet file="/_code-samples/modular-tutorials/permissioned-domain-manager.js" language="js" from="// Submit transaction" before="// End create permissioned domain" /%}