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

Unable to request inbound liquidity during initial onboarding #11

Closed
davecgh opened this issue Dec 16, 2022 · 0 comments · Fixed by #73
Closed

Unable to request inbound liquidity during initial onboarding #11

davecgh opened this issue Dec 16, 2022 · 0 comments · Fixed by #73
Labels
gui Issues pertaining to Bison Relay GUI

Comments

@davecgh
Copy link
Contributor

davecgh commented Dec 16, 2022

Attempting to request inbound liquidity while you are also opening a channel, which is the exact scenario during onboarding, results in: channel creation policy error: already has pending open channel request.

This is almost positively protection against opening multiple channels because you think something is wrong since it takes time for confirmations, but it gives the impression that something is wrong to new users and they don't know how to proceed.

Here are three potential solutions:

  • Make an exception to allow both channels to be in flight
  • Queue up the channel creation (and make it clear with a message that it will be opened once the initial channel is active)
  • Disable the button to request inbound liquidity (with a nice instructive message explaining why) until the initial channel is opened
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gui Issues pertaining to Bison Relay GUI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant