aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/puppeth
diff options
context:
space:
mode:
authorWenbiao Zheng <delweng@gmail.com>2018-06-15 16:14:55 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-06-15 16:14:55 +0800
commit574378edb50c907b532946a1d4654dbd6701b20a (patch)
treef7b0270277845b9d5db38ed1980ab6f7d1f79a9e /cmd/puppeth
parentc95e4a80d146d48a27828853dae8876ed16a9229 (diff)
downloadgo-tangerine-574378edb50c907b532946a1d4654dbd6701b20a.tar
go-tangerine-574378edb50c907b532946a1d4654dbd6701b20a.tar.gz
go-tangerine-574378edb50c907b532946a1d4654dbd6701b20a.tar.bz2
go-tangerine-574378edb50c907b532946a1d4654dbd6701b20a.tar.lz
go-tangerine-574378edb50c907b532946a1d4654dbd6701b20a.tar.xz
go-tangerine-574378edb50c907b532946a1d4654dbd6701b20a.tar.zst
go-tangerine-574378edb50c907b532946a1d4654dbd6701b20a.zip
cmd: remove faucet/puppeth dead code (#16991)
* cmd/faucet: authGitHub is not used anymore * cmd/puppeth: remove not used code
Diffstat (limited to 'cmd/puppeth')
-rw-r--r--cmd/puppeth/wizard_netstats.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/cmd/puppeth/wizard_netstats.go b/cmd/puppeth/wizard_netstats.go
index 90bf7ae3c..a307c5ee3 100644
--- a/cmd/puppeth/wizard_netstats.go
+++ b/cmd/puppeth/wizard_netstats.go
@@ -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
-}