Update wizard_genesis.go

This commit is contained in:
alexwang 2020-02-13 12:22:37 +08:00 committed by GitHub
parent 327f5702b3
commit 36f7f2e38a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {