Skip to content

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

@trung

Description

@trung

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions