Missing helper function#

This commit is contained in:
JoelKatz
2011-12-15 01:21:51 -08:00
parent 639ba9dfcb
commit 25b7f9b1f8

View File

@@ -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;