This commit is contained in:
JoelKatz
2012-02-07 17:02:53 -08:00
parent 29d24c0af8
commit 704eb22195

View File

@@ -164,7 +164,7 @@ public:
TNType getType() const { return mType; }
// type functions
bool isLeaf() const { return mType==TRANSACTION || mType==ACCOUNT_STATE; }
bool isLeaf() const { return (mType==TRANSACTION) || (mType==ACCOUNT_STATE); }
bool isInner() const { return mType==INNER; }
bool isValid() const { return mType!=ERROR; }
bool isTransaction() const { return mType!=TRANSACTION; }