L2-Technology / sensei

A lightning node implementation for everyone
https://l2.technology/sensei
Other
199 stars 39 forks source link

Add scid-alias as a channel open option #103

Closed TonyGiorgio closed 2 years ago

TonyGiorgio commented 2 years ago

This allows configuring channels to be done with scid alias negotiation. FYI, Per LDK specs, it's not enforced and falls back to not having that negotiation, so safe to always have as true whenever a channel is unannounced anyways.

johncantrell97 commented 2 years ago

Looks good, thanks for adding this option!