Replace Channel::get_holder_max_htlc_value_in_flight_msat
with configuration options
#850
Labels
good first issue
Good for newcomers
Milestone
We should have configuration options which allow controlling the output of
Channel::get_holder_max_htlc_value_in_flight_msat
inChannelHandshakeConfig
. I think the way to do this is to provide some kind of "min htlc_max_in_flight as a percentage of channel value" and "min htlc_max_in_filght absolute value" knobs and then calculate it in Channel::get_holder_max_htlc_value_in_flight_msat instead of hard-coding it, but I'm open to ideas.The text was updated successfully, but these errors were encountered: