aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/puppeth/module_explorer.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2017-10-23 14:58:33 +0800
committerPéter Szilágyi <peterke@gmail.com>2017-11-21 21:09:35 +0800
commitb5cf60389510cdfbd38b2f79936323f89388724c (patch)
tree8335f129760e0f85f071af939dab14aba59e8ed6 /cmd/puppeth/module_explorer.go
parent1e0c336d293367bb75df494a685cabb2029f318e (diff)
downloaddexon-b5cf60389510cdfbd38b2f79936323f89388724c.tar
dexon-b5cf60389510cdfbd38b2f79936323f89388724c.tar.gz
dexon-b5cf60389510cdfbd38b2f79936323f89388724c.tar.bz2
dexon-b5cf60389510cdfbd38b2f79936323f89388724c.tar.lz
dexon-b5cf60389510cdfbd38b2f79936323f89388724c.tar.xz
dexon-b5cf60389510cdfbd38b2f79936323f89388724c.tar.zst
dexon-b5cf60389510cdfbd38b2f79936323f89388724c.zip
cmd/puppeth: add support for deploying web wallets
Diffstat (limited to 'cmd/puppeth/module_explorer.go')
-rw-r--r--cmd/puppeth/module_explorer.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/puppeth/module_explorer.go b/cmd/puppeth/module_explorer.go
index cb7fc5430..589b071e7 100644
--- a/cmd/puppeth/module_explorer.go
+++ b/cmd/puppeth/module_explorer.go
@@ -183,7 +183,7 @@ func (info *explorerInfos) Report() map[string]string {
return report
}
-// checkExplorer does a health-check against an boot or seal node server to verify
+// checkExplorer does a health-check against an block explorer server to verify
// whether it's running, and if yes, whether it's responsive.
func checkExplorer(client *sshClient, network string) (*explorerInfos, error) {
// Inspect a possible block explorer container on the host