mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-05 05:15:48 +00:00
fix: add missing lsfAMMNode flag (#2674)
* add missing lsfAMMNode flag * update HISTORY * update HISTORY
This commit is contained in:
@@ -8,6 +8,7 @@ Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xr
|
|||||||
* Typo in `Channel` type `source_tab` -> `source_tag`
|
* Typo in `Channel` type `source_tab` -> `source_tag`
|
||||||
* Fix `client.requestAll` to handle filters better
|
* Fix `client.requestAll` to handle filters better
|
||||||
* Add the missing `AMMDeposit` flag `tfTwoAssetIfEmpty`
|
* Add the missing `AMMDeposit` flag `tfTwoAssetIfEmpty`
|
||||||
|
* Add missing `lsfAMMNode` flag to `RippleState` ledger object
|
||||||
|
|
||||||
## 3.0.0 (2024-02-01)
|
## 3.0.0 (2024-02-01)
|
||||||
|
|
||||||
|
|||||||
@@ -75,4 +75,6 @@ export enum RippleStateFlags {
|
|||||||
lsfLowFreeze = 0x00400000,
|
lsfLowFreeze = 0x00400000,
|
||||||
// True, high side has set freeze flag
|
// True, high side has set freeze flag
|
||||||
lsfHighFreeze = 0x00800000,
|
lsfHighFreeze = 0x00800000,
|
||||||
|
// True, trust line to AMM. Used by client apps to identify payments via AMM.
|
||||||
|
lsfAMMNode = 0x01000000,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user