mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-20 21:54:30 +00:00
fix text 2. Posv -> 2. Clique
This commit is contained in:
parent
ce89b6b92d
commit
bb23d619e9
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue