cmd/puppeth: v4/v5 boot separation, signer gas configs (#14453)

This commit is contained in:
Péter Szilágyi
2017-05-13 03:03:56 +03:00
committed by Felix Lange
parent b0d0fafd68
commit ef7b9fb7d0
4 changed files with 73 additions and 8 deletions

View File

@ -39,7 +39,7 @@ func (w *wizard) networkStats(tips bool) {
// Iterate over all the specified hosts and check their status
stats := tablewriter.NewWriter(os.Stdout)
stats.SetHeader([]string{"Server", "IP", "Status", "Service", "Details"})
stats.SetColWidth(128)
stats.SetColWidth(100)
for server, pubkey := range w.conf.Servers {
client := w.servers[server]