Skip to content

Commit 89ffc19

Browse files
authored
Add Previous fields to ltCron (#611)
1 parent 79fdafe commit 89ffc19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ripple/protocol/impl/LedgerFormats.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,8 @@ LedgerFormats::LedgerFormats()
376376
{sfDelaySeconds, soeREQUIRED},
377377
{sfRepeatCount, soeREQUIRED},
378378
{sfOwnerNode, soeREQUIRED},
379+
{sfPreviousTxnID, soeREQUIRED},
380+
{sfPreviousTxnLgrSeq, soeREQUIRED}
379381
},
380382
commonFields);
381383

0 commit comments

Comments
 (0)