fix text 2. Posv -> 2. Clique

This commit is contained in:
MestryOmkar 2018-10-28 12:02:27 +05:30
parent ce89b6b92d
commit bb23d619e9

View file

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