Skip to content

Commit

Permalink
Fix bor logs missing
Browse files Browse the repository at this point in the history
  • Loading branch information
cffls committed Oct 24, 2024
1 parent c73129e commit b130fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/utils/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -2090,7 +2090,7 @@ func RegisterFilterAPI(stack *node.Node, backend ethapi.Backend, ethcfg *ethconf
filterAPI := filters.NewFilterAPI(filterSystem, ethcfg.BorLogs)
stack.RegisterAPIs([]rpc.API{{
Namespace: "eth",
Service: filters.NewFilterAPI(filterSystem, false),
Service: filters.NewFilterAPI(filterSystem, ethcfg.BorLogs),
}})

// avoiding constructor changed by introducing new method to set genesis
Expand Down

0 comments on commit b130fe0

Please sign in to comment.