mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 04:05:52 +00:00
Remote: Add LowFreeze, HighFreeze flags
This commit is contained in:
@@ -224,14 +224,16 @@ Remote.flags = {
|
|||||||
Passive: 0x00010000,
|
Passive: 0x00010000,
|
||||||
Sell: 0x00020000 // offer was placed as a sell
|
Sell: 0x00020000 // offer was placed as a sell
|
||||||
},
|
},
|
||||||
// Ripple tate
|
// Ripple state
|
||||||
state: {
|
state: {
|
||||||
LowReserve: 0x00010000, // entry counts toward reserve
|
LowReserve: 0x00010000, // entry counts toward reserve
|
||||||
HighReserve: 0x00020000,
|
HighReserve: 0x00020000,
|
||||||
LowAuth: 0x00040000,
|
LowAuth: 0x00040000,
|
||||||
HighAuth: 0x00080000,
|
HighAuth: 0x00080000,
|
||||||
LowNoRipple: 0x00100000,
|
LowNoRipple: 0x00100000,
|
||||||
HighNoRipple: 0x00200000
|
HighNoRipple: 0x00200000,
|
||||||
|
LowFreeze: 0x00400000,
|
||||||
|
HighFreeze: 0x00800000
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user