Make PreviousTxnID optional in all transctions for secure chaining.

This commit is contained in:
JoelKatz
2013-05-26 16:37:41 -07:00
parent de056f2625
commit 30a8e5f473

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