mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Parts of the new serialization code. Does not compile yet.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user