mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-22 12:45:50 +00:00
Fix simulate JSON RPC example
This commit is contained in:
@@ -43,7 +43,8 @@ An example of the request format:
|
||||
```json
|
||||
{
|
||||
"method": "simulate",
|
||||
"params": {
|
||||
"params": [
|
||||
{
|
||||
"tx_json": {
|
||||
"TransactionType": "Payment",
|
||||
"Account": "rf1BiGeXwwQoi8Z2ueFYTEXSwuJYfV2Jpn",
|
||||
@@ -55,6 +56,7 @@ An example of the request format:
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
{% /tab %}
|
||||
|
||||
Reference in New Issue
Block a user