-
Notifications
You must be signed in to change notification settings - Fork 493
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
bolt7 typo: "newest" channel_update, not "oldest". #1006
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, thanks!
Co-authored-by: Bastien Teinturier <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 81cdeaa
Um, no, this was wrong (or, at least, a change): From our code:
i.e. one side can't keep a channel alive unilaterally, both sides must send every 2 weeks. |
I see what you mean, and our code does this as well, but I thought the confusion fixed here was a different one, let me try to explain. Let's say we have a channel Alice <-> Bob. Alice creates a first channel update, I think we should clarify it further by saying that we consider the latest channel update in each direction, and if the oldest of those two is older than two weeks, ... I'll open a PR. |
This is a follow-up on lightning#1006, which actually created more confusion.
This is a follow-up on #1006, which actually created more confusion.
No description provided.