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
We currently only limit our max_htlc_value_in_flight_msat which we're about to switch off based on announcement status in #2851.
As our anti_probing_penalty_msat penalizes channels that don't set htlc_maximum_msat, we might hence currently penalize some LDK channels in routing by default. We should change ChannelContext::get_announced_htlc_max_msat to also limit the hltc_maximum_msat value based on announcement status.