From bb23d619e99e1be46a421bba138f96463c44a213 Mon Sep 17 00:00:00 2001 From: MestryOmkar Date: Sun, 28 Oct 2018 12:02:27 +0530 Subject: [PATCH] fix text 2. Posv -> 2. Clique --- cmd/puppeth/wizard_genesis.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/puppeth/wizard_genesis.go b/cmd/puppeth/wizard_genesis.go index 0352a3afcf..fc93839f75 100644 --- a/cmd/puppeth/wizard_genesis.go +++ b/cmd/puppeth/wizard_genesis.go @@ -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()