mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Update wizard_genesis.go
This commit is contained in:
parent
327f5702b3
commit
36f7f2e38a
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ func (w *wizard) makeGenesis() {
|
||||||
|
|
||||||
var signers []common.Address
|
var signers []common.Address
|
||||||
if w.sealAccounts != "" {
|
if w.sealAccounts != "" {
|
||||||
signers = w.processAddress(w.sealAccounts)
|
signers = w.processAddress(w.sealAccounts)
|
||||||
} else {
|
} else {
|
||||||
for {
|
for {
|
||||||
if address := w.readAddress(); address != nil {
|
if address := w.readAddress(); address != nil {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue