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:
Felix Lange 2015-04-28 12:14:49 +02:00
parent 26fbea5cb7
commit f4e5675303
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ func init() {
utils.RPCPortFlag,
utils.JSpathFlag,
utils.ProtocolVersionFlag,
utils.BlockchainVersionFlag,
utils.NetworkIdFlag,
}
}