Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBrady committed Sep 18, 2024
1 parent bfd1cc2 commit 7d04f7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/catchup/VerifyLedgerChainWork.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ VerifyLedgerChainWork::verifyHistoryOfSingleCheckpoint()
}

// Verify ledger with local state by comparing to LCL
// When checking against LCL, see it the local node is in the bad state,
// When checking against LCL, see if the local node is in a bad state
// or if the archive is in a bad state (in which case, retry)
if (curr.header.ledgerSeq == mLastClosed.first)
{
Expand Down Expand Up @@ -354,7 +354,7 @@ VerifyLedgerChainWork::verifyHistoryOfSingleCheckpoint()
}
else
{
// Otherwise we just finished a checkpoint _after_ than the first call
// Otherwise we just finished a checkpoint _after_ the first call
// to this method and the `incoming` value we read out of
// `mVerifiedAhead` should have content, because the previous call
// should have saved something in `mVerifiedAhead`.
Expand Down

0 comments on commit 7d04f7f

Please sign in to comment.