mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 19:15:54 +00:00
Transaction::setStatus was missing.
This commit is contained in:
@@ -91,3 +91,9 @@ void Transaction::updateID()
|
|||||||
{
|
{
|
||||||
mTransactionID=getSigned()->getSHA512Half();
|
mTransactionID=getSigned()->getSHA512Half();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void Transaction::setStatus(TransStatus ts, uint32 lseq)
|
||||||
|
{
|
||||||
|
mStatus=ts;
|
||||||
|
mInLedger=lseq;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user