mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
fix text 2. Posv -> 2. Clique
This commit is contained in:
parent
6bae36b4d5
commit
a9302bd70d
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ func (w *wizard) makeGenesis() {
|
||||||
fmt.Println()
|
fmt.Println()
|
||||||
fmt.Println("Which consensus engine to use? (default = posv)")
|
fmt.Println("Which consensus engine to use? (default = posv)")
|
||||||
fmt.Println(" 1. Ethash - proof-of-work")
|
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")
|
fmt.Println(" 3. Posv - proof-of-stake-voting")
|
||||||
|
|
||||||
choice := w.read()
|
choice := w.read()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue