mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-25 05:25:55 +00:00
Reformat annotations in preparation for automated extraction
This commit is contained in:
@@ -3,7 +3,7 @@ std::map<int, TransactionFormat*> TransactionFormat::byType;
|
||||
|
||||
std::map<std::string, TransactionFormat*> TransactionFormat::byName;
|
||||
|
||||
// VFALCO: TODO, surely we can think of a better way than to use macros??
|
||||
// VFALCO TODO surely we can think of a better way than to use macros??
|
||||
#define TF_BASE \
|
||||
<< SOElement(sfTransactionType, SOE_REQUIRED) \
|
||||
<< SOElement(sfFlags, SOE_OPTIONAL) \
|
||||
|
||||
Reference in New Issue
Block a user