mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-14 12:06:40 +00:00
cmd/puppeth: fix comment typo (#17684)
* ethdb: unified code comment style. * puppeth: it is unnecessary to alloc pre-funded to 256 addresses * Revert "puppeth: it is unnecessary to alloc pre-funded to 256 addresses" This reverts commit5e04fbccf0. * puppeth: fix comment typo * Revert "ethdb: unified code comment style." This reverts commita581efb3f0.
This commit is contained in:
parent
cc21928e12
commit
c1345b0742
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ func (w *wizard) makeServer() string {
|
||||||
return input
|
return input
|
||||||
}
|
}
|
||||||
|
|
||||||
// selectServer lists the user all the currnetly known servers to choose from,
|
// selectServer lists the user all the currently known servers to choose from,
|
||||||
// also granting the option to add a new one.
|
// also granting the option to add a new one.
|
||||||
func (w *wizard) selectServer() string {
|
func (w *wizard) selectServer() string {
|
||||||
// List the available server to the user and wait for a choice
|
// List the available server to the user and wait for a choice
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue