Fix simulate JSON RPC example

This commit is contained in:
Maria Shodunke
2025-06-30 19:07:51 +01:00
committed by GitHub
parent 71fe97fa3d
commit 2df53e2f22

View File

@@ -43,7 +43,8 @@ An example of the request format:
```json ```json
{ {
"method": "simulate", "method": "simulate",
"params": { "params": [
{
"tx_json": { "tx_json": {
"TransactionType": "Payment", "TransactionType": "Payment",
"Account": "rf1BiGeXwwQoi8Z2ueFYTEXSwuJYfV2Jpn", "Account": "rf1BiGeXwwQoi8Z2ueFYTEXSwuJYfV2Jpn",
@@ -55,6 +56,7 @@ An example of the request format:
} }
} }
} }
]
} }
``` ```
{% /tab %} {% /tab %}