Skip to content

Commit b8eebe4

Browse files
authored
Merge pull request #2850 from tequdev/fix-deposit-authorized-ledger-hash
fix ledger_hash length for deposit_authorized page
2 parents 6436a81 + e30f8c2 commit b8eebe4

File tree

2 files changed

+2
-2
lines changed
  • @l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods
  • docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods

2 files changed

+2
-2
lines changed

@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/deposit_authorized.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ rippled deposit_authorized rEhxGqkqPPSxQ3P25J66ft5TwpzV14k2de rsUiUMpnrgxQp24dJY
5959
|:----------------------|:---------------------------|:------------------------|
6060
| `source_account` | 文字列 - [アドレス][] | 発生し得る支払の送金元。 |
6161
| `destination_account` | 文字列 - [アドレス][] | 発生し得る支払の送金先。 |
62-
| `ledger_hash` | 文字列 | _(省略可)_ 使用するレジャーバージョンの20バイトの16進文字列。([レジャーの指定][]をご覧ください) |
62+
| `ledger_hash` | 文字列 | _(省略可)_ 使用するレジャーバージョンの32バイトの16進文字列。([レジャーの指定][]をご覧ください) |
6363
| `ledger_index` | 文字列または符号なし整数 | _(省略可)_ 使用するレジャーの[レジャーインデックス][]、またはレジャーを自動的に選択するためのショートカット文字列。([レジャーの指定][]をご覧ください) |
6464

6565

docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/deposit_authorized.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The request includes the following parameters:
5959
|:----------------------|:---------------------------|:------------------------|
6060
| `source_account` | String - [Address][] | The sender of a possible payment. |
6161
| `destination_account` | String - [Address][] | The recipient of a possible payment. |
62-
| `ledger_hash` | String | _(Optional)_ A 20-byte hex string for the ledger version to use. (See [Specifying Ledgers][]) |
62+
| `ledger_hash` | String | _(Optional)_ A 32-byte hex string for the ledger version to use. (See [Specifying Ledgers][]) |
6363
| `ledger_index` | String or Unsigned Integer | _(Optional)_ The [ledger index][] of the ledger to use, or a shortcut string to choose a ledger automatically. (See [Specifying Ledgers][]) |
6464

6565

0 commit comments

Comments
 (0)