Skip to content

Commit 57cd7a2

Browse files
authored
Merge pull request #3071 from XRPLF/mvadari-patch-1
Update simulate.md
2 parents ee5f320 + faf3e54 commit 57cd7a2

File tree

1 file changed

+2
-2
lines changed
  • docs/references/http-websocket-apis/public-api-methods/transaction-methods

1 file changed

+2
-2
lines changed

docs/references/http-websocket-apis/public-api-methods/transaction-methods/simulate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The request includes the following parameters:
7272
| `binary` | Boolean | No | The default value is `false`, which returns data and metadata in JSON format. If `true`, returns data and metadata in binary format, serialized to a hexadecimal string. |
7373

7474
- The simulated transaction must be unsigned.
75-
- The server autofills `Fee`, `Sequence`, `SigningPubKey`, and `NetworkID` fields.
75+
- If the `Fee`, `Sequence`, `SigningPubKey`, or `NetworkID` fields are provided, they will be used in the transaction. Otherwise, the server will autofill them.
7676

7777

7878
## Response Format
@@ -190,4 +190,4 @@ The response follows the [standard format][], with a successful result containin
190190
* `invalidParams` - One or more fields are specified incorrectly, or one or more required fields are missing.
191191
* `transactionSigned` - The transaction was signed. The simulated transaction must be unsigned.
192192

193-
{% raw-partial file="/docs/_snippets/common-links.md" /%}
193+
{% raw-partial file="/docs/_snippets/common-links.md" /%}

0 commit comments

Comments
 (0)