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/references/http-websocket-apis/public-api-methods/clio-methods/ledger-clio.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -45,13 +45,13 @@ The request can contain the following parameters:
45
45
The `ledger` field is deprecated and may be removed without further notice.
46
46
47
47
{% 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:
49
49
50
50
*`accounts`
51
51
*`full`
52
52
*`queue`
53
53
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 %}
0 commit comments