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

@@ -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)