mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
Add DefaultRipple account flag
This commit is contained in:
@@ -218,7 +218,8 @@ Remote.flags = {
|
||||
RequireDestTag: 0x00020000, // require a DestinationTag for payments
|
||||
RequireAuth: 0x00040000, // require a authorization to hold IOUs
|
||||
DisallowXRP: 0x00080000, // disallow sending XRP
|
||||
DisableMaster: 0x00100000 // force regular key
|
||||
DisableMaster: 0x00100000, // force regular key
|
||||
DefaultRipple: 0x00800000
|
||||
},
|
||||
// Offer
|
||||
offer: {
|
||||
|
||||
@@ -134,7 +134,8 @@ Transaction.set_clear_flags = {
|
||||
asfDisableMaster: 4,
|
||||
asfAccountTxnID: 5,
|
||||
asfNoFreeze: 6,
|
||||
asfGlobalFreeze: 7
|
||||
asfGlobalFreeze: 7,
|
||||
asfDefaultRipple: 8
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user