Skip to content

Commit 7230ce4

Browse files
committed
cmd/utils: fixed file formatting
1 parent 5dee42b commit 7230ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/utils/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2006,7 +2006,7 @@ func RegisterGraphQLService(stack *node.Node, backend ethapi.Backend, filterSyst
20062006
// RegisterFilterAPI adds the eth log filtering RPC API to the node.
20072007
func RegisterFilterAPI(stack *node.Node, backend ethapi.Backend, ethcfg *ethconfig.Config) *filters.FilterSystem {
20082008
filterSystem := filters.NewFilterSystem(backend, filters.Config{
2009-
LogCacheSize: ethcfg.FilterLogCacheSize,
2009+
LogCacheSize: ethcfg.FilterLogCacheSize,
20102010
LogQueryLimit: ethcfg.LogQueryLimit,
20112011
})
20122012
stack.RegisterAPIs([]rpc.API{{

0 commit comments

Comments
 (0)