Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] eth/backend: unused server field #20043

Closed
trung opened this issue Sep 9, 2019 · 1 comment · Fixed by #20049
Closed

[Question] eth/backend: unused server field #20043

trung opened this issue Sep 9, 2019 · 1 comment · Fixed by #20049

Comments

@trung
Copy link
Contributor

trung commented Sep 9, 2019

I noticed there's an unused field server in Ethereum struct (line 72)

type Ethereum struct {
config *Config
// Channel for shutting down the service
shutdownChan chan bool
server *p2p.Server

Is it a place holder to be used in the future?

@karalabe
Copy link
Member

Please open a PR to remove it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants