From bf3285b7f74c95455b3ec0171137cebf70921f66 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Thu, 13 Feb 2020 06:20:27 +0000 Subject: [PATCH] del space --- 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 7cc0330ee6..3564956814 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 {