From 3bab52fb7514b223743b7770963ea04e4b9f810c Mon Sep 17 00:00:00 2001 From: Arthur Britto Date: Tue, 18 Dec 2012 13:20:39 -0800 Subject: [PATCH] Note opportunity for ledger wipe. --- src/cpp/ripple/TransactionFormats.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpp/ripple/TransactionFormats.h b/src/cpp/ripple/TransactionFormats.h index a67eb05c8..a9cab9ba8 100644 --- a/src/cpp/ripple/TransactionFormats.h +++ b/src/cpp/ripple/TransactionFormats.h @@ -60,7 +60,7 @@ const int TransactionMaxLen = 1048576; const uint32 tfPassive = 0x00010000; const uint32 tfOfferCreateMask = ~(tfPassive); -// Payment flags: +// Payment flags: (renumber on ledger wipe) const uint32 tfPaymentLegacy = 0x00010000; // Left here to avoid ledger change. const uint32 tfPartialPayment = 0x00020000; const uint32 tfLimitQuality = 0x00040000;