bolt7 typo: "newest" channel_update, not "oldest".#1006
bolt7 typo: "newest" channel_update, not "oldest".#1006t-bast merged 2 commits intolightning:masterfrom fiatjaf:patch-1
Conversation
Co-authored-by: Bastien Teinturier <31281497+t-bast@users.noreply.github.com>
|
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.