We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21bb766 commit 3e24990Copy full SHA for 3e24990
src/js/ripple/remote.js
@@ -218,7 +218,8 @@ Remote.flags = {
218
RequireDestTag: 0x00020000, // require a DestinationTag for payments
219
RequireAuth: 0x00040000, // require a authorization to hold IOUs
220
DisallowXRP: 0x00080000, // disallow sending XRP
221
- DisableMaster: 0x00100000 // force regular key
+ DisableMaster: 0x00100000, // force regular key
222
+ DefaultRipple: 0x00800000
223
},
224
// Offer
225
offer: {
src/js/ripple/transaction.js
@@ -134,7 +134,8 @@ Transaction.set_clear_flags = {
134
asfDisableMaster: 4,
135
asfAccountTxnID: 5,
136
asfNoFreeze: 6,
137
- asfGlobalFreeze: 7
+ asfGlobalFreeze: 7,
138
+ asfDefaultRipple: 8
139
}
140
};
141
0 commit comments