From 327f5702b32a23876575e9296ba692cfc71f185b Mon Sep 17 00:00:00 2001 From: alexwang <39109351+dipingxian2@users.noreply.github.com> Date: Thu, 13 Feb 2020 12:20:45 +0800 Subject: [PATCH] Update wizard.go --- cmd/puppeth/wizard.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/puppeth/wizard.go b/cmd/puppeth/wizard.go index fb7348a8b1..dce092e341 100644 --- a/cmd/puppeth/wizard.go +++ b/cmd/puppeth/wizard.go @@ -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