Add SetNoRipple TrustSet flag

This commit is contained in:
wltsmrz
2014-07-08 14:58:39 -07:00
committed by Geert Weening
parent 6e5bebfe81
commit f4233d7615

View File

@@ -133,6 +133,7 @@ Transaction.flags = {
TrustSet: {
SetAuth: 0x00010000,
NoRipple: 0x00020000,
SetNoRipple: 0x00020000,
ClearNoRipple: 0x00040000,
SetFreeze: 0x00100000,
ClearFreeze: 0x00200000