Operation limit.

This commit is contained in:
JoelKatz
2012-12-05 11:24:15 -08:00
parent 3c8bae54c6
commit eca4059242
2 changed files with 2 additions and 0 deletions

View File

@@ -58,6 +58,7 @@
FIELD(FirstLedgerSequence, UINT32, 26)
FIELD(LastLedgerSequence, UINT32, 27)
FIELD(TransactionIndex, UINT32, 28)
FIELD(OperationLimit, UINT32, 29)
// 64-bit integers
FIELD(IndexNext, UINT64, 1)

View File

@@ -10,6 +10,7 @@ std::map<std::string, TransactionFormat*> TransactionFormat::byName;
<< SOElement(sfAccount, SOE_REQUIRED) \
<< SOElement(sfSequence, SOE_REQUIRED) \
<< SOElement(sfFee, SOE_REQUIRED) \
<< SOElement(sfOperationLimit, SOE_OPTIONAL) \
<< SOElement(sfSigningPubKey, SOE_REQUIRED) \
<< SOElement(sfTxnSignature, SOE_OPTIONAL)