Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikiyer56 committed Nov 5, 2024
1 parent e6b26a8 commit d2fc7d7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions services/horizon/internal/ingest/fsm.go
Original file line number Diff line number Diff line change
Expand Up @@ -299,9 +299,7 @@ func (b buildState) run(s *system) (transition, error) {
return nextFailState, errors.New("unexpected checkpointLedger value")
}

// We don't need to prepare range for genesis checkpoint because we don't
// perform protocol version and bucket list hash checks.
// We can also skip preparing range if `skipChecks` is `true` because we
// We can skip preparing range if `skipChecks` is `true` because we
// won't need bucket list hash and protocol version.
var protocolVersion uint32
var bucketListHash xdr.Hash
Expand Down

0 comments on commit d2fc7d7

Please sign in to comment.