forked from cerc-io/plugeth
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
@ -74,6 +74,7 @@ func init() {
|
||||
utils.RPCPortFlag,
|
||||
utils.JSpathFlag,
|
||||
utils.ProtocolVersionFlag,
|
||||
utils.BlockchainVersionFlag,
|
||||
utils.NetworkIdFlag,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user