You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lightningd: don't populate local alias if NULL, have the caller do it.
We were populating local aliases for stub channels, which means putting them in
the htable and thus risking that we could try to route through them.
Instead, NULL means "caller will populate", and for the other cases make the
caller specify the real scid.
We opencode channel_set_random_local_alias, since there's only one caller now.
Signed-off-by: Rusty Russell <[email protected]>
0 commit comments