mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Update wizard.go
This commit is contained in:
parent
fbcc158ef5
commit
327f5702b3
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ type wizard struct {
|
|||
servers map[string]*sshClient // SSH connections to servers to administer
|
||||
services map[string][]string // Ethereum services known to be running on servers
|
||||
|
||||
in *bufio.Reader // Wrapper around stdin to allow reading user input
|
||||
in *bufio.Reader // Wrapper around stdin to allow reading user input
|
||||
lock sync.Mutex // Lock to protect configs during concurrent service discovery
|
||||
consensusType string
|
||||
blocksTime uint64
|
||||
|
|
|
|||
Loading…
Reference in a new issue