cmd/puppeth: add support for deploying web wallets

This commit is contained in:
Péter Szilágyi
2017-11-21 15:09:35 +02:00
parent 1e0c336d29
commit b5cf603895
5 changed files with 366 additions and 1 deletions
+1 -1
View File
@@ -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