Fix some bugs in previous commit.

This commit is contained in:
JoelKatz
2012-06-20 02:20:31 -07:00
parent da3720baa9
commit 171b5420d0
2 changed files with 4 additions and 2 deletions

View File

@@ -226,7 +226,7 @@ void LedgerConsensus::takeInitialPosition(Ledger::pointer initialLedger)
if (mProposing)
mOurPosition = boost::make_shared<LedgerProposal>
(theConfig.VALIDATION_SEED, initialLedger->getParentHash(), txSet);
(mValSeed, initialLedger->getParentHash(), txSet);
else
mOurPosition = boost::make_shared<LedgerProposal>(initialLedger->getParentHash(), txSet);
mapComplete(txSet, initialSet, false);