From e30f8c2ace2a477742d152a4e65777eabd5256a5 Mon Sep 17 00:00:00 2001 From: tequ Date: Wed, 13 Nov 2024 15:20:43 +0900 Subject: [PATCH] fix ledger_hash length for deposit_authorized page --- .../path-and-order-book-methods/deposit_authorized.md | 2 +- .../path-and-order-book-methods/deposit_authorized.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/deposit_authorized.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/deposit_authorized.md index 719228d901..5dbd31a54c 100644 --- a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/deposit_authorized.md +++ b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/deposit_authorized.md @@ -59,7 +59,7 @@ rippled deposit_authorized rEhxGqkqPPSxQ3P25J66ft5TwpzV14k2de rsUiUMpnrgxQp24dJY |:----------------------|:---------------------------|:------------------------| | `source_account` | 文字列 - [アドレス][] | 発生し得る支払の送金元。 | | `destination_account` | 文字列 - [アドレス][] | 発生し得る支払の送金先。 | -| `ledger_hash` | 文字列 | _(省略可)_ 使用するレジャーバージョンの20バイトの16進文字列。([レジャーの指定][]をご覧ください) | +| `ledger_hash` | 文字列 | _(省略可)_ 使用するレジャーバージョンの32バイトの16進文字列。([レジャーの指定][]をご覧ください) | | `ledger_index` | 文字列または符号なし整数 | _(省略可)_ 使用するレジャーの[レジャーインデックス][]、またはレジャーを自動的に選択するためのショートカット文字列。([レジャーの指定][]をご覧ください) | diff --git a/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/deposit_authorized.md b/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/deposit_authorized.md index 34b51f78e2..e8949a617a 100644 --- a/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/deposit_authorized.md +++ b/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/deposit_authorized.md @@ -59,7 +59,7 @@ The request includes the following parameters: |:----------------------|:---------------------------|:------------------------| | `source_account` | String - [Address][] | The sender of a possible payment. | | `destination_account` | String - [Address][] | The recipient of a possible payment. | -| `ledger_hash` | String | _(Optional)_ A 20-byte hex string for the ledger version to use. (See [Specifying Ledgers][]) | +| `ledger_hash` | String | _(Optional)_ A 32-byte hex string for the ledger version to use. (See [Specifying Ledgers][]) | | `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][]) |