Skip to content

Commit

Permalink
fix typo per review suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: urvisavla <[email protected]>
  • Loading branch information
sreuland and urvisavla authored Jan 18, 2024
1 parent 6bd9ae0 commit 540bddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/horizon/internal/ingest/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ type System interface {
StressTest(numTransactions, changesPerTransaction int) error
VerifyRange(fromLedger, toLedger uint32, verifyState bool) error
BuildState(sequence uint32, skipChecks bool) error
ReingestRange(ledgerRanges []history.LedgerRange, force bool, rebuildTradAgg bool) error
ReingestRange(ledgerRanges []history.LedgerRange, force bool, rebuildTradeAgg bool) error
BuildGenesisState() error
Shutdown()
GetCurrentState() State
Expand Down

0 comments on commit 540bddf

Please sign in to comment.