Some optimizations.

This commit is contained in:
JoelKatz
2013-02-20 09:33:09 -08:00
parent c375d2d96b
commit 7552f9eacf
3 changed files with 36 additions and 2 deletions

View File

@@ -133,6 +133,7 @@ public:
bool isClosed() { return mClosed; }
bool isAccepted() { return mAccepted; }
bool isImmutable() { return mImmutable; }
bool isFixed() { return mClosed || mImmutable; }
// ledger signature operations
void addRaw(Serializer &s) const;