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
ln: cache feerate by channel type for multi-channel updates
Add a cache by channel type for the cases where we're updating many
channels at a time, to minimize calls to the fee estimator. We can't
move this check out of the loop without duplicating the logic in
holder_preferred_commitment_sat_per_1000_weight_for_type, so we settle
for a cache to prevent duplicate queries.
0 commit comments