Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Channel handshake must allow capabilitity to exist if the previous channel state is INIT #7605

Closed
2 of 4 tasks
colin-axner opened this issue Oct 20, 2020 · 0 comments · Fixed by #7678
Closed
2 of 4 tasks

Comments

@colin-axner
Copy link
Contributor

colin-axner commented Oct 20, 2020

Summary

A channel capability is created in ChanOpenInit. A channel capability is also created in ChanOpenTry. If a channel attempts to be created by calling ChanOpenInit but runs into crossing hello's and needs to call ChanOpenTry an error is returned stating the channel capability already exists.

A channel capability should only be created if the previous channel state does not exist.


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant