cmd/puppeth: skip genesis custom extra-data

This commit is contained in:
Péter Szilágyi
2017-10-26 12:22:06 +03:00
parent 6eb38e02a8
commit 7abf968d6f
2 changed files with 1 additions and 12 deletions

View File

@@ -64,7 +64,7 @@ func (w *wizard) run() {
for {
w.network = w.readString()
if !strings.Contains(w.network, " ") {
fmt.Printf("Sweet, you can set this via --network=%s next time!\n\n", w.network)
fmt.Printf("\nSweet, you can set this via --network=%s next time!\n\n", w.network)
break
}
log.Error("I also like to live dangerously, still no spaces")