Remove more instances of not-enabled flags for AMM

This commit is contained in:
Amarantha Kulkarni
2024-03-22 21:15:16 -07:00
parent 1e8f802462
commit ad995c7a42
17 changed files with 29 additions and 29 deletions

View File

@@ -32,7 +32,7 @@ In addition to the general fields above, you must specify *exactly 1* of the fol
- [`index`](#get-ledger-object-by-id)
- [`account_root`](#get-accountroot-object)
- [`amm`](#get-amm-object) {% not-enabled /%}
- [`amm`](#get-amm-object)
- [`directory`](#get-directorynode-object)
- [`offer`](#get-offer-object)
- [`ripple_state`](#get-ripplestate-object)
@@ -150,7 +150,7 @@ rippled json ledger_entry '{ "account_root": "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59
### Get AMM Object
_(Requires the [AMM amendment][] {% not-enabled /%})_
_(Requires the [AMM amendment][])_
Retrieve an Automated Market-Maker (AMM) object from the ledger. This is similar to [amm_info method][], but the `ledger_entry` version returns only the ledger entry as stored.