By careful how many GetObjectByHash requests we send.

This commit is contained in:
JoelKatz
2013-01-09 03:08:00 -08:00
parent e0a49f875a
commit c74a1b89e3
2 changed files with 16 additions and 7 deletions

View File

@@ -78,7 +78,7 @@ public:
protected:
Ledger::pointer mLedger;
bool mHaveBase, mHaveState, mHaveTransactions, mAborted, mSignaled, mAccept;
bool mHaveBase, mHaveState, mHaveTransactions, mAborted, mSignaled, mAccept, mByHash;
std::vector< boost::function<void (LedgerAcquire::pointer)> > mOnComplete;