mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-26 00:20:41 +00:00
Tie in transaction master code.
This commit is contained in:
@@ -159,6 +159,11 @@ void Transaction::setStatus(TransStatus ts, uint32 lseq)
|
||||
mInLedger=lseq;
|
||||
}
|
||||
|
||||
void Transaction::saveTransaction(Transaction::pointer txn)
|
||||
{
|
||||
txn->save();
|
||||
}
|
||||
|
||||
bool Transaction::save() const
|
||||
{
|
||||
if((mStatus==INVALID)||(mStatus==REMOVED)) return false;
|
||||
|
||||
Reference in New Issue
Block a user