Skip to content

Commit

Permalink
Fix typo: exent -> event (celestiaorg#1329) (celestiaorg#1342)
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Offtermatt <57488781+p-offtermatt@users.noreply.github.com>
Co-authored-by: lasaro <lasaro@informal.systems>
Co-authored-by: Sergio Mena <sergio@informal.systems>
  • Loading branch information
4 people authored Sep 26, 2023
1 parent 54d2a76 commit 8d4b622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion state/txindex/indexer_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func (is *IndexerService) OnStart() error {
return
}
} else {
is.Logger.Info("indexed block exents", "height", height)
is.Logger.Info("indexed block events", "height", height)
}

if err = is.txIdxr.AddBatch(batch); err != nil {
Expand Down

0 comments on commit 8d4b622

Please sign in to comment.