Skip to content

Commit

Permalink
rename to quai stats service
Browse files Browse the repository at this point in the history
  • Loading branch information
skeptrunedev authored and wizeguyy committed Jan 25, 2023
1 parent 50fb51e commit 4ee334d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/utils/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -1488,11 +1488,11 @@ func RegisterEthService(stack *node.Node, cfg *ethconfig.Config) (quaiapi.Backen
return backend.APIBackend, backend
}

// RegisterQuaiStatsService configures the Ethereum Stats daemon and adds it to
// RegisterQuaiStatsService configures the Quai Stats daemon and adds it to
// the given node.
func RegisterQuaiStatsService(stack *node.Node, backend quaiapi.Backend, url string) {
if err := quaistats.New(stack, backend, backend.Engine(), url); err != nil {
Fatalf("Failed to register the Ethereum Stats service: %v", err)
Fatalf("Failed to register the Quai Stats service: %v", err)
}
}

Expand Down

0 comments on commit 4ee334d

Please sign in to comment.