diff --git a/node/impl/full/eth.go b/node/impl/full/eth.go index d0705d5d0a..c8ef814c3b 100644 --- a/node/impl/full/eth.go +++ b/node/impl/full/eth.go @@ -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)