fix: request model fields related to AMM (#2473)

* fix AuthAccount model

* fix AuctionSlot.Price field to be IssuedCurrencyAmount

* fix AMMBid BidMin & BidMan to IssuedCurrencyAmount

* update HISTORY
This commit is contained in:
Omar Khan
2023-09-11 17:18:03 -04:00
committed by GitHub
parent c1cf96ae43
commit f6f5f6b09a
6 changed files with 22 additions and 11 deletions

View File

@@ -3,6 +3,9 @@
Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xrpl-announce) for release announcements. We recommend that xrpl.js (ripple-lib) users stay up-to-date with the latest stable release.
## Unreleased
## Fixed
* Fix request model fields related to AMM
## 2.11.0 (2023-08-24)
### Added