mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-01 09:35:48 +00:00
Merge pull request #314 from lumberj/addflags
[TASK] Add GlobalFreeze and NoFreeze flags
This commit is contained in:
@@ -219,7 +219,9 @@ Remote.flags = {
|
|||||||
RequireAuth: 0x00040000, // require a authorization to hold IOUs
|
RequireAuth: 0x00040000, // require a authorization to hold IOUs
|
||||||
DisallowXRP: 0x00080000, // disallow sending XRP
|
DisallowXRP: 0x00080000, // disallow sending XRP
|
||||||
DisableMaster: 0x00100000, // force regular key
|
DisableMaster: 0x00100000, // force regular key
|
||||||
DefaultRipple: 0x00800000
|
DefaultRipple: 0x00800000,
|
||||||
|
NoFreeze: 0x00200000, // permanently disallowed freezing trustlines
|
||||||
|
GlobalFreeze: 0x00400000 // trustlines globally frozen
|
||||||
},
|
},
|
||||||
// Offer
|
// Offer
|
||||||
offer: {
|
offer: {
|
||||||
|
|||||||
Reference in New Issue
Block a user