Update delegateset.md

Fix line 62
This commit is contained in:
zgrguric
2025-07-05 10:31:11 +02:00
committed by GitHub
parent a8421b4137
commit 41625ca83f

View File

@@ -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",