fix: rename AMMAccount to Account on AMM (#2487)

The `AMM` ledger object had the wrong property name
This commit is contained in:
Caleb Kniffen
2023-09-26 16:02:07 -05:00
committed by GitHub
parent 91e7369f1b
commit b9ef0de2df
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xr
### Fixed
* Fix request model fields related to AMM
* Rename `AMMAccount` to `Account` on `AMM` ledger objects
* Fixed `EscrowCancel` and `EscrowFinish` validation
## 2.11.0 (2023-08-24)