mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 06:25:51 +00:00
Make PreviousTxnID optional in all transctions for secure chaining.
This commit is contained in:
@@ -9,6 +9,7 @@ std::map<std::string, TransactionFormat*> TransactionFormat::byName;
|
|||||||
<< SOElement(sfSourceTag, SOE_OPTIONAL) \
|
<< SOElement(sfSourceTag, SOE_OPTIONAL) \
|
||||||
<< SOElement(sfAccount, SOE_REQUIRED) \
|
<< SOElement(sfAccount, SOE_REQUIRED) \
|
||||||
<< SOElement(sfSequence, SOE_REQUIRED) \
|
<< SOElement(sfSequence, SOE_REQUIRED) \
|
||||||
|
<< SOElement(sfPreviousTxnID, SOE_OPTIONAL) \
|
||||||
<< SOElement(sfFee, SOE_REQUIRED) \
|
<< SOElement(sfFee, SOE_REQUIRED) \
|
||||||
<< SOElement(sfOperationLimit, SOE_OPTIONAL) \
|
<< SOElement(sfOperationLimit, SOE_OPTIONAL) \
|
||||||
<< SOElement(sfSigningPubKey, SOE_REQUIRED) \
|
<< SOElement(sfSigningPubKey, SOE_REQUIRED) \
|
||||||
|
|||||||
Reference in New Issue
Block a user