Merge pull request #2850 from tequdev/fix-deposit-authorized-ledger-hash

fix ledger_hash length for deposit_authorized page
This commit is contained in:
Rome Reginelli
2024-11-25 13:37:54 -08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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][]) |