mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
puppeth: fix ascii border spacing
This commit is contained in:
parent
aaec135b34
commit
7d7bf861e4
1 changed files with 2 additions and 2 deletions
|
|
@ -46,9 +46,9 @@ func makeWizard(network string) *wizard {
|
|||
// setting up a new or managing an existing Ubiq private network.
|
||||
func (w *wizard) run() {
|
||||
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("| 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("| without the hassle that it would normally entail. |")
|
||||
fmt.Println("| |")
|
||||
|
|
|
|||
Loading…
Reference in a new issue