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.
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 theshort_channel_id
or the local alias.AwaitableChannel
already works with the alias as well.