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
Rename OpenChannelRequest::is_public to is_announced
Referring to announced/unannounced channels regularly leads to confusion
on what they are and when which should be used. To avoid perpetuating
this confusion, we should avoid referring to announced channels as
'public' in our API.
Here we rename the recently introduced field in `OpenChannelRequest`
(which doesn't break released API), and will align the pre-existing
instances of `is_public` in the following commit (which will break API).
0 commit comments