diff --git a/docs/references/protocol/transactions/types/delegateset.md b/docs/references/protocol/transactions/types/delegateset.md index 9a897cd59b..c336da301d 100644 --- a/docs/references/protocol/transactions/types/delegateset.md +++ b/docs/references/protocol/transactions/types/delegateset.md @@ -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",