fix text 2. Posv -> 2. Clique

This commit is contained in:
Nguyen Ba Tam 2018-08-09 15:27:14 +07:00 committed by Tuna
parent 6bae36b4d5
commit a9302bd70d

View file

@ -60,7 +60,7 @@ func (w *wizard) makeGenesis() {
fmt.Println()
fmt.Println("Which consensus engine to use? (default = posv)")
fmt.Println(" 1. Ethash - proof-of-work")
fmt.Println(" 2. Posv - proof-of-authority")
fmt.Println(" 2. Clique - proof-of-authority")
fmt.Println(" 3. Posv - proof-of-stake-voting")
choice := w.read()