Cleanups.

This commit is contained in:
JoelKatz
2013-04-22 15:17:23 -07:00
parent 12d86c6a47
commit df32873321
3 changed files with 40 additions and 40 deletions

View File

@@ -182,6 +182,7 @@ public:
void setRemoteFee(uint32);
bool raiseLocalFee();
bool lowerLocalFee();
bool isLoaded() { return (raiseCount != 0) || (mLocalTxnLoadFee != lftNormalFee); }
};