From e88b7f34d25b438dd4fd5d561ac2333734a6dfe7 Mon Sep 17 00:00:00 2001 From: Arihant Kothari Date: Mon, 13 Nov 2023 13:25:29 -0300 Subject: [PATCH] fix --- .../path-and-order-book-methods/amm_info.md | 4 ++-- .../path-and-order-book-methods/amm_info.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/@i18n/ja/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/amm_info.md b/content/@i18n/ja/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/amm_info.md index dc1b723253..a52ec62e96 100644 --- a/content/@i18n/ja/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/amm_info.md +++ b/content/@i18n/ja/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/amm_info.md @@ -83,7 +83,7 @@ _([AMM amendment][] :not_enabled:が必要です。)_ { "result": { "amm": { - "amm_account": "rp9E3FN3gNmvePGhYnf414T2TkUuoxu8vM", + "account": "rp9E3FN3gNmvePGhYnf414T2TkUuoxu8vM", "amount": "296890496", "amount2": { "currency": "TST", @@ -140,7 +140,7 @@ _([AMM amendment][] :not_enabled:が必要です。)_ { "result": { "amm": { - "amm_account": "rp9E3FN3gNmvePGhYnf414T2TkUuoxu8vM", + "account": "rp9E3FN3gNmvePGhYnf414T2TkUuoxu8vM", "amount": "296890496", "amount2": { "currency": "TST", diff --git a/content/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/amm_info.md b/content/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/amm_info.md index e4dc6c5126..f9858afebc 100644 --- a/content/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/amm_info.md +++ b/content/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/amm_info.md @@ -83,7 +83,7 @@ An example of a successful response: { "result": { "amm": { - "amm_account": "rp9E3FN3gNmvePGhYnf414T2TkUuoxu8vM", + "account": "rp9E3FN3gNmvePGhYnf414T2TkUuoxu8vM", "amount": "296890496", "amount2": { "currency": "TST", @@ -140,7 +140,7 @@ An example of a successful response: { "result": { "amm": { - "amm_account": "rp9E3FN3gNmvePGhYnf414T2TkUuoxu8vM", + "account": "rp9E3FN3gNmvePGhYnf414T2TkUuoxu8vM", "amount": "296890496", "amount2": { "currency": "TST", @@ -207,7 +207,7 @@ The `amm` field is an object describing the current status of an Automated Marke | Field | Type | Description | |-----------------|---------------------|-------------| -| `amm_account` | String | The [Address][] of the AMM Account. | +| `account` | String | The [Address][] of the AMM Account. | | `amount` | [Currency Amount][] | The total amount of one asset in the AMM's pool. (Note: This could be `asset` _or_ `asset2` from the request.) | | `amount2` | [Currency Amount][] | The total amount of the other asset in the AMM's pool. (Note: This could be `asset` _or_ `asset2` from the request.) | | `asset_frozen` | Boolean | _(Omitted for XRP)_ If `true`, the `amount` currency is currently [frozen](freezes.html). |