Clean up - Ledger breaking changes.

This commit is contained in:
Arthur Britto
2012-12-21 17:05:31 -08:00
committed by Stefan Thomas
parent 1733685c80
commit c7258c36bb

View File

@@ -267,10 +267,9 @@ Remote.flags = {
}, },
'Payment' : { 'Payment' : {
'PaymentLegacy' : 0x00010000, 'NoRippleDirect' : 0x00010000,
'PartialPayment' : 0x00020000, 'PartialPayment' : 0x00020000,
'LimitQuality' : 0x00040000, 'LimitQuality' : 0x00040000,
'NoRippleDirect' : 0x00080000,
}, },
}; };