Update wizard.go

This commit is contained in:
alexwang 2020-02-13 00:25:35 +08:00 committed by GitHub
parent 551f7fbf1f
commit fbcc158ef5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,7 +79,7 @@ type wizard struct {
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 lock sync.Mutex // Lock to protect configs during concurrent service discovery
consensusType string consensusType string
blocksTime uint64 blocksTime uint64
sealAccounts string sealAccounts string
preFundedAccounts string preFundedAccounts string
preCmpAddOneWei string preCmpAddOneWei string