diff --git a/src/cpp/ripple/TransactionFormats.h b/src/cpp/ripple/TransactionFormats.h index 333ede8a9..ad804ccb9 100644 --- a/src/cpp/ripple/TransactionFormats.h +++ b/src/cpp/ripple/TransactionFormats.h @@ -20,10 +20,10 @@ enum TransactionType ttCONTRACT = 9, ttCONTRACT_REMOVE = 10, // can we use the same msg as offer cancel - ttTRUST_SET = 20, + ttTRUST_SET = 20, - ttFEATURE = 100, - ttFEE = 101, + ttFEATURE = 100, + ttFEE = 101, }; class TransactionFormat