Skip to content

Commit 69ef830

Browse files
authored
ledger (Clio) - update deprecated fields note for 2.2.2
1 parent fbc5565 commit 69ef830

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

docs/references/http-websocket-apis/public-api-methods/clio-methods/ledger-clio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ The request can contain the following parameters:
4545
The `ledger` field is deprecated and may be removed without further notice.
4646

4747
{% admonition type="info" name="Note" %}
48-
The `ledger` command in Clio does not support the following fields that are supported by [ledger command in rippled](../ledger-methods/ledger.md):
48+
The `ledger` command in Clio does not support the following fields:
4949

5050
* `accounts`
5151
* `full`
5252
* `queue`
5353

54-
Clio will **always** forward the request to `rippled` when any of the above fields is set to `true`.
54+
Clio returns an error when any of the above fields is set to `true`. (It is OK to include the fields in the request as long as the provided value is `false`.) {% badge href="https://github.com/XRPLF/clio/releases/tag/2.2.2" %}Updated in: Clio 2.2.2{% /badge %}
5555
{% /admonition %}
5656

5757
## Response Format

0 commit comments

Comments
 (0)