Restablish channel failing if different min_depth

I’m unsure if this is an issue:

  • a channel state is created with min_depth=3.
  • channel is then disconnected.
  • we try to restablish the channel with all original parameters but with min_depth=1, and saved channel’s previous state and the channel id (in both channel endpoints).
  • we obtain Invalid FSM state.

I know arguments should be the same that on channel creation, but: would it make it any sense to try to overwrite this argument? why not just ignore creation arguments given that we are already supplying channel id ?

thanks.