diff --git a/src/cpp/ripple/TransactionFormats.cpp b/src/cpp/ripple/TransactionFormats.cpp index b428ed764..9c50cd029 100644 --- a/src/cpp/ripple/TransactionFormats.cpp +++ b/src/cpp/ripple/TransactionFormats.cpp @@ -5,7 +5,7 @@ std::map TransactionFormat::byName; #define TF_BASE \ << SOElement(sfTransactionType, SOE_REQUIRED) \ - << SOElement(sfFlags, SOE_REQUIRED) \ + << SOElement(sfFlags, SOE_OPTIONAL) \ << SOElement(sfSourceTag, SOE_OPTIONAL) \ << SOElement(sfAccount, SOE_REQUIRED) \ << SOElement(sfSequence, SOE_REQUIRED) \