cmd: remove faucet/puppeth dead code (#16991)
* cmd/faucet: authGitHub is not used anymore * cmd/puppeth: remove not used code
This commit is contained in:
committed by
Péter Szilágyi
parent
c95e4a80d1
commit
574378edb5
@ -276,13 +276,3 @@ func (stats serverStats) render() {
|
||||
}
|
||||
table.Render()
|
||||
}
|
||||
|
||||
// protips contains a collection of network infos to report pro-tips
|
||||
// based on.
|
||||
type protips struct {
|
||||
genesis string
|
||||
network int64
|
||||
bootFull []string
|
||||
bootLight []string
|
||||
ethstats string
|
||||
}
|
||||
|
Reference in New Issue
Block a user