-
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
Unable to pay to private channel #5586
Comments
Does the node appear to be connected when it has this issue? I think you can check this in |
Currently experiencing the same issue, |
Confirm this. CLN-SBW Testnet channel. Invoice
leads to
|
Node A (CLN v0.12.0-26-g7df530d) has a private channel (Liquidity 50% inbound/outbound) with the node B (Simple Bitcoin Wallet) that has only this private channel.
Paying from node A to node B fails, as following:
Decoding the bolt11 we can see that the payment has the right route hint
paystatus:
Now the puzzling thing: I can pay this invoice from other lightning implementations, in this case I will use LNTXBOT that uses Immortan.
With coinos (LND) and Wallet Of Satoshi (IDK) I can pay these invoices successfully too. With other CLN nodes I still get the same fail as related above. Tested with other node running CLN version 0.11.2 too.
The payment fails almost instantly after the lightning-cli pay command.
OBS: I can pay from Node B to Node A. Only CLN nodes can't pay to the private channel.
The text was updated successfully, but these errors were encountered: