More change process work.

This commit is contained in:
JoelKatz
2013-04-26 23:14:40 -07:00
parent 6179074955
commit 09c37874a2
6 changed files with 69 additions and 4 deletions

View File

@@ -77,6 +77,7 @@ class Application
TXQueue mTxnQueue;
OrderBookDB mOrderBookDB;
FeeVote mFeeVote;
FeatureTable mFeatureTable;
DatabaseCon *mRpcDB, *mTxnDB, *mLedgerDB, *mWalletDB, *mNetNodeDB, *mPathFindDB;
@@ -137,6 +138,7 @@ public:
OrderBookDB& getOrderBookDB() { return mOrderBookDB; }
SLECache& getSLECache() { return mSLECache; }
FeeVote& getFeeVote() { return mFeeVote; }
FeatureTable& getFeatureTable() { return mFeatureTable; }
bool isNew(const uint256& s) { return mSuppressions.addSuppression(s); }