mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-04 18:35:03 +00:00
cmd/mist: add blockchain version flag
This is necessary because cli doesn't see the default value unless the flag is included.
This commit is contained in:
parent
26fbea5cb7
commit
f4e5675303
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ func init() {
|
|||
utils.RPCPortFlag,
|
||||
utils.JSpathFlag,
|
||||
utils.ProtocolVersionFlag,
|
||||
utils.BlockchainVersionFlag,
|
||||
utils.NetworkIdFlag,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue