Bugfixes to code to get into sync during consensus phase.

This commit is contained in:
JoelKatz
2012-07-14 02:24:00 -07:00
parent 532a103ef8
commit b516cdcf04
2 changed files with 10 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ protected:
uint32 mCloseTime; // The wall time this ledger closed
uint256 mPrevLedgerHash, mNewLedgerHash;
Ledger::pointer mPreviousLedger;
LedgerAcquire::pointer mAcquiringLedger;
LedgerProposal::pointer mOurPosition;
NewcoinAddress mValSeed;
bool mProposing, mValidating, mHaveCorrectLCL;