Blockstream / greenlight

Build apps using self-custodial lightning nodes in the cloud
https://blockstream.github.io/greenlight/getting-started/
MIT License
117 stars 27 forks source link

enable trampoline for zero conf channels #528

Closed JssDWt closed 1 month ago

JssDWt commented 1 month ago

If the channel is unconfirmed it doesn't have a short_channel_id, but it does have a local alias. Include unconfirmed channels in the channel filter by initializing the AwaitableChannel with either the short_channel_id or the local alias. AwaitableChannel already works with the alias as well.