-
Notifications
You must be signed in to change notification settings - Fork 82
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
Cleanup/extend error handling #65
Comments
It seems the hop/channel/edge BEFORE the failing one is ignored. From lnd debug logs (reporting to mission control is being developed in lightningnetwork/lnd#3221):
From the script output:
|
Good enough. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The error handling in
logic.py
is ugly and incomplete. I'd like the list of handled errors to be more complete (see https://github.com/lightningnetwork/lightning-rfc/blob/master/04-onion-routing.md). Furthermore, it might make sense to ignore nodes instead of (unidirectional) channels. As a bonus, I'd appreciate someone else checking the current implementation. I'm not sure if the correct edge is ignored (off by one?).The text was updated successfully, but these errors were encountered: