mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Update wizard.go
This commit is contained in:
parent
551f7fbf1f
commit
fbcc158ef5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue