mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-23 13:15:49 +00:00
Fix simulate JSON RPC example
This commit is contained in:
@@ -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 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user