Skip to content

Commit

Permalink
[goreleaser]
Browse files Browse the repository at this point in the history
  • Loading branch information
nautsimon committed Nov 2, 2023
1 parent 64c1cb0 commit 526c562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/sinner/service/indexer.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func (c ChainIndexer) processContract(contractCtx context.Context, contractGroup
return nil
}

// createEventParser creates an event parser for the contract.
// createEventParser creates an event parser for the given contract.
func (c ChainIndexer) createEventParser(contract indexerConfig.ContractConfig) (types.EventParser, error) {
contractType, err := indexerConfig.ContractTypeFromString(contract.ContractType)
if err != nil {
Expand Down

0 comments on commit 526c562

Please sign in to comment.