File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,15 +107,15 @@ func (w *wizard) deployNode(boot bool) {
107
107
// Ethash based miners only need an etherbase to mine against
108
108
fmt .Println ()
109
109
if infos .etherbase == "" {
110
- fmt .Printf ("What address should the miner user ?\n " )
110
+ fmt .Printf ("What address should the miner use ?\n " )
111
111
for {
112
112
if address := w .readAddress (); address != nil {
113
113
infos .etherbase = address .Hex ()
114
114
break
115
115
}
116
116
}
117
117
} else {
118
- fmt .Printf ("What address should the miner user ? (default = %s)\n " , infos .etherbase )
118
+ fmt .Printf ("What address should the miner use ? (default = %s)\n " , infos .etherbase )
119
119
infos .etherbase = w .readDefaultAddress (common .HexToAddress (infos .etherbase )).Hex ()
120
120
}
121
121
} else if w .conf .Genesis .Config .Clique != nil {
You can’t perform that action at this time.
0 commit comments