From a03b5d7bb05197c45b6fb4b6fc6f5949f2ebfddb Mon Sep 17 00:00:00 2001 From: Rome Reginelli Date: Thu, 13 Jun 2024 13:41:49 -0700 Subject: [PATCH] Apply suggestions from review Co-authored-by: tequ --- .../path-and-order-book-methods/book_changes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/book_changes.md b/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/book_changes.md index c961136a5e..3035af5d81 100644 --- a/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/book_changes.md +++ b/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/book_changes.md @@ -6,7 +6,7 @@ labels: - Cross-Currency --- # book_changes -[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/rpc/handlers/AMMInfo.cpp "Source") +[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/rpc/BookChanges.h "Source") The {% code-page-name /%} method reports information about changes to the order books in the [decentralized exchange (DEX)](../../../../concepts/tokens/decentralized-exchange/index.md) compared with the previous ledger version. This may be useful for building "candlestick" charts. @@ -52,7 +52,7 @@ The request includes the following parameters: | Field | Type | Required? | Description | |:---------------|:-----------------|:----------|-------------| -| `ledger_hash` | [Hash][] | No | A 20-byte hex string for the ledger version to use. (See [Specifying Ledgers][]) | +| `ledger_hash` | [Hash][] | No | A 32-byte hex string for the ledger version to use. (See [Specifying Ledgers][]) | | `ledger_index` | [Ledger Index][] | No | The [ledger index][] of the ledger to use, or a shortcut string to choose a ledger automatically. (See [Specifying Ledgers][]) | {% admonition type="warning" name="Known Issues" %}