mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Improve comment.
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user