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:
@ -74,6 +74,7 @@ func init() {
|
||||
utils.RPCPortFlag,
|
||||
utils.JSpathFlag,
|
||||
utils.ProtocolVersionFlag,
|
||||
utils.BlockchainVersionFlag,
|
||||
utils.NetworkIdFlag,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user