From 36f7f2e38a54fa21bc1b3b5a592e21f8f06413bf Mon Sep 17 00:00:00 2001 From: alexwang <39109351+dipingxian2@users.noreply.github.com> Date: Thu, 13 Feb 2020 12:22:37 +0800 Subject: [PATCH] Update wizard_genesis.go --- 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 6e8aff1e60..f47618cafc 100644 --- a/cmd/puppeth/wizard_genesis.go +++ b/cmd/puppeth/wizard_genesis.go @@ -94,7 +94,7 @@ func (w *wizard) makeGenesis() { var signers []common.Address if w.sealAccounts != "" { - signers = w.processAddress(w.sealAccounts) + signers = w.processAddress(w.sealAccounts) } else { for { if address := w.readAddress(); address != nil {