Update wizard.go

This commit is contained in:
alexwang 2020-02-13 12:20:45 +08:00 committed by GitHub
parent fbcc158ef5
commit 327f5702b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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