mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
cmd/puppeth: remove not used code
This commit is contained in:
parent
7eeb62404d
commit
c3918fb733
1 changed files with 0 additions and 10 deletions
|
|
@ -276,13 +276,3 @@ func (stats serverStats) render() {
|
||||||
}
|
}
|
||||||
table.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
|
|
||||||
}
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue