fix invalid json for Balancea Adjustment page

This commit is contained in:
tequ
2025-07-15 13:30:17 +09:00
parent b87b096cce
commit 6fe9c25db9

View File

@@ -24,7 +24,7 @@ To opt-out of Balance Adjustments, omit the Issuer field and set Flags to 1. Doi
"Account": "<rAddr...>", "Account": "<rAddr...>",
"TransactionType": "ClaimReward", "TransactionType": "ClaimReward",
"NetworkID": 21337, "NetworkID": 21337,
"Flags" 1 "Flags": 1
} }
``` ```