-
Notifications
You must be signed in to change notification settings - Fork 492
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 change a private channel to make it public #624
Comments
Toggling seems to not make sense. Once a channel is published it has been published and now exists in the routemap of nodes all over the world. However, a one-time promotion from unpublished to published would work. (I do not agree that they are "private" since, as long as they remain unpublished, every transaction going through it is definitely known to arise from/terminate to you, thus not particularly private.) |
Has any more consideration been done on this front? I have come across multiple cases, where somebody had to close a private channel just to reopen it as public. I also don't see any particular issue with having a one way of going from private to public unless there's a good technical reason why this is and should not be possible. |
I think we need this, I opened a private channel by mistake (I wanted it public) and now I have to close it and open it again as public 😢 |
Would love to see this implemented. Private > Public 1 way only. |
Reference Core lightning issue: ElementsProject/lightning#7438 |
With the new gossip revamp, we'll again a way to upgrade private channels to public channels, as nodes can optionally choose to advertise their old channels in the new gossip network. |
Background
No API command permits to change a private channel to make it public (and vice versa). Some wallets like Zap iOS open channels as private by default and this characteristic seems unalterable for now.
(Opened an issue on lnd and learned it was something handled by the protocol itself. lightningnetwork/lnd#3230)
Your environment
Steps to reproduce
Expected behaviour
A command should exist to let users toggle their channels' privacy settings while they're open/active.
Actual behaviour
Users have to
closechannel
thenopenchannel
again to reset theirprivate
setting, which pollutes the blockchain with 2 transactions.The text was updated successfully, but these errors were encountered: