Skip to content

Commit

Permalink
add filter API to faucet
Browse files Browse the repository at this point in the history
fixes regression from ethereum#25459
  • Loading branch information
jagdeep sidhu committed Aug 30, 2022
1 parent da375a5 commit b13624a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/faucet/faucet.go
Expand Up @@ -269,7 +269,8 @@ func newFaucet(genesis *core.Genesis, port int, enodes []*enode.Node, network ui
if err != nil {
return nil, fmt.Errorf("Failed to register the NEVM service: %w", err)
}

// SYSCOIN
utils.RegisterFilterAPI(stack, lesBackend.ApiBackend, &cfg)
// Assemble the ethstats monitoring and reporting service'
if stats != "" {
if err := ethstats.New(stack, lesBackend.ApiBackend, lesBackend.Engine(), stats); err != nil {
Expand Down

0 comments on commit b13624a

Please sign in to comment.