Stuctures for feature enabling.

This commit is contained in:
JoelKatz
2012-12-02 15:23:17 -08:00
parent 1ed90b5bb5
commit 7708968cff
7 changed files with 23 additions and 0 deletions

View File

@@ -19,6 +19,8 @@ enum TransactionType
ttCONTRACT_REMOVE = 10, // can we use the same msg as offer cancel
ttTRUST_SET = 20,
ttFEATURE = 100,
};
class TransactionFormat