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