You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/software/commands.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -364,6 +364,12 @@ Most commands return their results in JSON format.
364
364
The network is under high load and the fee is too low.
365
365
* "FILTERED" - transaction rejected because it contains an operation type that Stellar Core filters out. See Stellar Core configuration `EXCLUDE_TRANSACTIONS_CONTAINING_OPERATION_TYPE` for more details.
366
366
367
+
Optional parameters:
368
+
*`force=true` - bypasses banned account filtering (see `banaccounts`),
369
+
allowing the transaction into the mempool even if its source account or
370
+
fee source is on the ban list. Other filtering (operation type, Soroban
371
+
key filtering) still applies. Example: `tx?blob=Base64&force=true`
372
+
367
373
***upgrades**
368
374
*`upgrades?mode=get`<br>
369
375
Retrieves the currently configured upgrade settings.<br>
0 commit comments