mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 19:15:54 +00:00
Missing helper function#
This commit is contained in:
@@ -78,6 +78,7 @@ public:
|
|||||||
TransStatus getStatus() const { return mStatus; }
|
TransStatus getStatus() const { return mStatus; }
|
||||||
|
|
||||||
void setStatus(TransStatus status, uint32 ledgerSeq);
|
void setStatus(TransStatus status, uint32 ledgerSeq);
|
||||||
|
void setStatus(TransStatus status) { mStatus=status; }
|
||||||
|
|
||||||
// database functions
|
// database functions
|
||||||
bool save() const;
|
bool save() const;
|
||||||
|
|||||||
Reference in New Issue
Block a user