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
default_user_config sets user_config.accept_forwards_to_priv_channels = false; if !may_announce_channel(config) but it also defaults to false, so its always false.
The text was updated successfully, but these errors were encountered:
Hmm, good catch. But, I'm kind of confused why we didn't hit this before in testing. I guess accept_forwards_to_priv_channels does not apply for intercepted payments that we manually forward.
default_user_config
setsuser_config.accept_forwards_to_priv_channels = false;
if!may_announce_channel(config)
but it also defaults tofalse
, so its alwaysfalse
.The text was updated successfully, but these errors were encountered: