Merge pull request #3182 from zgrguric/patch-7

Fix delegateset.md
This commit is contained in:
oeggert
2025-07-08 13:19:40 -07:00
committed by GitHub

View File

@@ -16,7 +16,7 @@ _(Requires the [PermissionDelegation amendment][] {% not-enabled /%})_
## Example `DelegateSet` JSON
```json
tx_json = {
{
"TransactionType": "DelegateSet",
"Account": "rDelegatingAccount",
"Authorize": "rDelegatedAccount",
@@ -59,7 +59,7 @@ Permissions are revoked using the `DelegateSet` transaction by specifying only t
To revoke all permissions, send a `DelegateSet` transaction with an empty `Permissions` array:
```json
tx_json = {
{
"TransactionType": "DelegateSet",
"Account": "rDelegatingAccount",
"Authorize": "rDelegatedAccount",