cmd/puppeth: fix comment typo (#17690)
* 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
. * cmd/puppeth: fix comment typo
This commit is contained in:
parent
bd58098f2d
commit
b8aa5980cf
|
@ -115,7 +115,7 @@ func (w *wizard) selectServer() string {
|
|||
// manageComponents displays a list of network components the user can tear down
|
||||
// and an option
|
||||
func (w *wizard) manageComponents() {
|
||||
// List all the componens we can tear down, along with an entry to deploy a new one
|
||||
// List all the components we can tear down, along with an entry to deploy a new one
|
||||
fmt.Println()
|
||||
|
||||
var serviceHosts, serviceNames []string
|
||||
|
|
Loading…
Reference in New Issue