Parts of the new serialization code. Does not compile yet.

This commit is contained in:
JoelKatz
2012-09-25 16:48:24 -07:00
parent b653b7d1c8
commit c757d363af
13 changed files with 478 additions and 441 deletions

View File

@@ -23,9 +23,9 @@ enum TransactionType
struct TransactionFormat
{
const char *t_name;
TransactionType t_type;
SOElement elements[16];
const char * t_name;
TransactionType t_type;
SOElement elements[24];
};
const int TransactionISigningPubKey = 0;