Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Rod Vagg <[email protected]>
  • Loading branch information
aarshkshah1992 and rvagg authored Oct 17, 2024
1 parent 488202b commit 8e6229e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/impl/full/eth.go
Original file line number Diff line number Diff line change
Expand Up @@ -1697,7 +1697,7 @@ func (e *EthEventHandler) ethGetEventsForFilter(ctx context.Context, filterSpec
}

if e.EventFilterManager.ChainIndexer == nil {
return nil, xerrors.Errorf("cannot use `eth_get_logs` if chain indexer is disabled")
return nil, xerrors.Errorf("cannot use `eth_getLogs` if chain indexer is disabled")
}

pf, err := e.parseEthFilterSpec(filterSpec)
Expand Down

0 comments on commit 8e6229e

Please sign in to comment.