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 ## Example `DelegateSet` JSON
```json ```json
tx_json = { {
"TransactionType": "DelegateSet", "TransactionType": "DelegateSet",
"Account": "rDelegatingAccount", "Account": "rDelegatingAccount",
"Authorize": "rDelegatedAccount", "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: To revoke all permissions, send a `DelegateSet` transaction with an empty `Permissions` array:
```json ```json
tx_json = { {
"TransactionType": "DelegateSet", "TransactionType": "DelegateSet",
"Account": "rDelegatingAccount", "Account": "rDelegatingAccount",
"Authorize": "rDelegatedAccount", "Authorize": "rDelegatedAccount",