puppeth: fix ascii border spacing

This commit is contained in:
Luke Williams 2019-11-26 19:30:41 +01:00
parent aaec135b34
commit 7d7bf861e4

View file

@ -46,9 +46,9 @@ func makeWizard(network string) *wizard {
// setting up a new or managing an existing Ubiq private network. // setting up a new or managing an existing Ubiq private network.
func (w *wizard) run() { func (w *wizard) run() {
fmt.Println("+-----------------------------------------------------------+") fmt.Println("+-----------------------------------------------------------+")
fmt.Println("| Welcome to puppeth, your Ubiq private network manager |") fmt.Println("| Welcome to puppeth, your Ubiq private network manager |")
fmt.Println("| |") fmt.Println("| |")
fmt.Println("| This tool lets you create a new Ubiq network down to |") fmt.Println("| This tool lets you create a new Ubiq network down to |")
fmt.Println("| the genesis block, bootnodes, miners and ethstats servers |") fmt.Println("| the genesis block, bootnodes, miners and ethstats servers |")
fmt.Println("| without the hassle that it would normally entail. |") fmt.Println("| without the hassle that it would normally entail. |")
fmt.Println("| |") fmt.Println("| |")