Make PreviousTxnID optional in all transctions for secure chaining.

This commit is contained in:
JoelKatz
2013-05-26 16:37:41 -07:00
parent e0d89413cb
commit 79134e835e

View File

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