mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-16 21:16:37 +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.RPCPortFlag,
|
||||||
utils.JSpathFlag,
|
utils.JSpathFlag,
|
||||||
utils.ProtocolVersionFlag,
|
utils.ProtocolVersionFlag,
|
||||||
|
utils.BlockchainVersionFlag,
|
||||||
utils.NetworkIdFlag,
|
utils.NetworkIdFlag,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue