mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 12:15:51 +00:00
fix: rename AMMAccount to Account on AMM (#2487)
The `AMM` ledger object had the wrong property name
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -20,7 +20,7 @@ export default interface AMM extends BaseLedgerEntry {
|
||||
/**
|
||||
* The address of the special account that holds this AMM's assets.
|
||||
*/
|
||||
AMMAccount: string
|
||||
Account: string
|
||||
/**
|
||||
* The definition for one of the two assets this AMM holds.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user