Skip to content

Commit 81f9c7c

Browse files
committed
actBitcoin error removed in v1.7.0
XRPLF/rippled#3581
1 parent 55fb729 commit 81f9c7c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

content/references/rippled-api/public-rippled-methods/account-methods/account_tx.ja.md

-1
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,6 @@ rippled -- account_tx r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59 -1 -1 2 5 1 0 1
587587
* いずれかの[汎用エラータイプ][]
588588
* `invalidParams` - 1つ以上のフィールドの指定が正しくないか、1つ以上の必須フィールドが指定されていません。
589589
* `actMalformed` - 要求の`account`フィールドに指定した[アドレス][]が、正しいフォーマットではありません。
590-
* `actBitcoin` - `account`フィールドに指定された[アドレス][]が、XRP LedgerアドレスではなくBitcoinアドレスのようなフォーマットになっています。
591590
* `lgrIdxMalformed` - `ledger_index_min`または`ledger_index_max`で指定したレジャーが存在しないか、存在してはいるもののサーバーが保有していません。
592591
* `lgrIdxsInvalid` - 要求で`ledger_index_min`の前にある`ledger_index_max`を指定したか、[ネットワークと同期](troubleshoot-the-rippled-server.html)されていないためにサーバーに検証済みレジャーの範囲が存在しません。<!-- TODO: link more specific docs when https://github.com/ripple/xrpl-dev-portal/issues/714 is done. -->
593592

content/references/rippled-api/public-rippled-methods/account-methods/account_tx.md

-1
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,6 @@ Each transaction object includes the following fields, depending on whether it w
450450
* Any of the [universal error types][].
451451
* `invalidParams` - One or more fields are specified incorrectly, or one or more required fields are missing.
452452
* `actMalformed` - The [Address][] specified in the `account` field of the request is not formatted properly.
453-
* `actBitcoin` - The [Address][] specified in the `account` field is formatted like a Bitcoin address instead of a XRP Ledger address.
454453
* `lgrIdxMalformed` - The ledger specified by the `ledger_index_min` or `ledger_index_max` does not exist, or if it does exist but the server does not have it.
455454
* `lgrIdxsInvalid` - Either the request specifies a `ledger_index_max` that is before the `ledger_index_min`, or the server does not have a validated ledger range because it is [not synced with the network](server-doesnt-sync.html).
456455

0 commit comments

Comments
 (0)