Improve comment.

This commit is contained in:
JoelKatz
2012-09-05 22:23:12 -07:00
parent 6eacbf16e7
commit 4737b960fc

View File

@@ -884,7 +884,7 @@ void LedgerConsensus::playbackProposals()
BOOST_FOREACH(const LedgerProposal::pointer& proposal, it->second)
{
if (proposal->hasSignature())
{ // old-style
{ // we have the signature but don't know the ledger so couldn't verify
proposal->setPrevLedger(mPrevLedgerHash);
if (proposal->checkSign())
{