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
lock sync.Mutex // Lock to protect configs during concurrent service discovery
consensusType string
blocksTime uint64
blocksTime uint64
sealAccounts string
preFundedAccounts string
preCmpAddOneWei string