Skip to content

Commit e2ed2bd

Browse files
author
Alan Cohen
committed
[TASK] Add GlobalFreeze and NoFreeze flags
See: https://wiki.ripple.com/Ledger_Format#AccountRoot
1 parent e248c54 commit e2ed2bd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/js/ripple/remote.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,9 @@ Remote.flags = {
219219
RequireAuth: 0x00040000, // require a authorization to hold IOUs
220220
DisallowXRP: 0x00080000, // disallow sending XRP
221221
DisableMaster: 0x00100000, // force regular key
222-
DefaultRipple: 0x00800000
222+
DefaultRipple: 0x00800000,
223+
NoFreeze: 0x00200000, // permanently disallowed freezing trustlines
224+
GlobalFreeze: 0x00400000 // trustlines globally frozen
223225
},
224226
// Offer
225227
offer: {

0 commit comments

Comments
 (0)