-
Notifications
You must be signed in to change notification settings - Fork 912
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
Can we reconnect to the channel after withdraw #830
Comments
I think you're mixing several different concepts. The balance that you're seeing and withdrawing, is the balance that you alone control, i.e., the balance that is not part of any channels. So |
@cdecker Thanks for your explanation! But after I did the withdraw, I was not able to use the money in the channel to pay, I have to close it, is this an expected behavior? |
@skenan yes. Money in a Lightning channel is not money onchain. The There is proposal to directly move onchain and offchain funds. lightning/bolts#280 and also this mailinglist posts: https://lists.linuxfoundation.org/pipermail/lightning-dev/2017-December/000866.html https://lists.linuxfoundation.org/pipermail/lightning-dev/2017-December/000865.html |
@ZmnSCPxj Thank you. I can close this issue. |
Process:
I created a channel with another peer:
Then I just withdraw the 8000 msat to my original bitcoin address without closing the channel.
The channel is still open, I can see that with
lightning-cli listpeers
But I can't see the channel with
lightning-cli listchannels
I wonder if I can reconnect the channel since it's still open. Or I have to close the peer to get my fund?
The text was updated successfully, but these errors were encountered: