Skip to content

Commit 7abfdf8

Browse files
Merge pull request #3101 from XRPLF/invalid-hot-wallet-error-update
Invalid hot wallet error
2 parents 0d908bf + 6faaab9 commit 7abfdf8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/references/http-websocket-apis/public-api-methods/account-methods/gateway_balances.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,4 +304,8 @@ The response follows the [standard format][], with a successful result containin
304304
* `actNotFound` - The [Address][] specified in the `account` field of the request does not correspond to an account in the ledger.
305305
* `lgrNotFound` - The ledger specified by the `ledger_hash` or `ledger_index` does not exist, or it does exist but the server does not have it.
306306

307+
{% admonition type="info" name="Note" %}
308+
Due to a discrepancy in behavior between the Clio server and `rippled`, which was fixed in [Clio version 2.3.1](../../../../../blog/2025/clio-2.3.1.md#bug-fixes), the Clio server returns the `invalidParams` error in API v2 instead of `invalidHotWallet` when the `hotwallet` field is invalid. API v1 returns the `invalidHotWallet` error.
309+
{% /admonition %}
310+
307311
{% raw-partial file="/docs/_snippets/common-links.md" /%}

0 commit comments

Comments
 (0)