Skip to content
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

Fix option_support_large_channel channel_announcement feature pairity #770

Closed

Conversation

TheBlueMatt
Copy link
Collaborator

It makes no sense to "require" all payments be greater than 2^24
msat as a routing node, so it should always be odd (ie optional).

It makes no sense to "require" all payments be greater than 2^24
msat as a routing node, so it should always be odd (ie optional).
rustyrussell added a commit to rustyrussell/lightning-rfc that referenced this pull request May 8, 2020
…ncement.

Turns out Eclair doesn't, and as c-lightning 0.8.2 implemented and Matt
noticed in lightning#770, it
should have been ODD anyway!

See also: ElementsProject/lightning#3703

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
@cdecker cdecker changed the title Fix option_support_large_channel channel_announcement feture pairity Fix option_support_large_channel channel_announcement feature pairity May 11, 2020
@cdecker
Copy link
Collaborator

cdecker commented May 11, 2020

Definitely a sensible change, but as there is no reason to announce this feature in the announcement at all, I'd go for #773 instead, after all the channel is either larger than 2^24 msat or it isn't and the channel outpoint already conveys this fact.

@TheBlueMatt
Copy link
Collaborator Author

TheBlueMatt commented May 11, 2020

Agreed, at least using htlc_maximum_msat

cdecker pushed a commit that referenced this pull request May 11, 2020
…ncement.

Turns out Eclair doesn't, and as c-lightning 0.8.2 implemented and Matt
noticed in #770, it
should have been ODD anyway!

See also: ElementsProject/lightning#3703

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants