-
Notifications
You must be signed in to change notification settings - Fork 11
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
self-payment fails when both channels have zero remote_balance #355
Comments
|
can you upload the logs when error happen? |
channel
err in b log
|
chenyukang
added a commit
to chenyukang/fiber
that referenced
this issue
Dec 31, 2024
chenyukang
added a commit
to chenyukang/fiber
that referenced
this issue
Dec 31, 2024
chenyukang
added a commit
to chenyukang/fiber
that referenced
this issue
Dec 31, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When both channels A(100)->B(0) and B(100)->A(0) have a remote_balance of 0, self-payment fails with the error message: Send payment error: Failed to send onion packet with error IncorrectOrUnknownPaymentDetails.
It looks like both the
remote_balance
andlocal_balance
of these two channels need to be sufficient for a successful self-payment, which seems illogical.After many tests, this problem still occurs.
ref: #300 (comment)
The text was updated successfully, but these errors were encountered: