From a043b7084f6741b26c7327efd3bb4bbf25049ef2 Mon Sep 17 00:00:00 2001 From: Arthur Britto Date: Thu, 3 Jan 2013 14:28:45 -0800 Subject: [PATCH] Cosmetic. --- src/cpp/ripple/TransactionFormats.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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