mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +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