Commit f4e56753 authored by Felix Lange's avatar Felix Lange

cmd/mist: add blockchain version flag

This is necessary because cli doesn't see the default
value unless the flag is included.
parent 26fbea5c
......@@ -74,6 +74,7 @@ func init() {
utils.RPCPortFlag,
utils.JSpathFlag,
utils.ProtocolVersionFlag,
utils.BlockchainVersionFlag,
utils.NetworkIdFlag,
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment