From fbcc158ef5a2f1e282507046a593d6a3fd868642 Mon Sep 17 00:00:00 2001 From: alexwang <39109351+dipingxian2@users.noreply.github.com> Date: Thu, 13 Feb 2020 00:25:35 +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 b203427fc3..fb7348a8b1 100644 --- a/cmd/puppeth/wizard.go +++ b/cmd/puppeth/wizard.go @@ -79,7 +79,7 @@ type wizard struct { 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 + blocksTime uint64 sealAccounts string preFundedAccounts string preCmpAddOneWei string