pull down to refresh

Still, this kind of papers over the problem

I am not oppose to papering over problems. :)

To update that one, adding cltv-delta=80 to your config should do the trick. I should note that you can also manually override the feerate acceptance rules for this particular channel using lightning-cli setchannel -k id=

<channel id>

ignorefeelimits=true.

Is CLTV-Delta measure in numbers of Block?

For Core Lightning does ride the lightning (or another tool) let this be set from the GUI or only Terminal?

Yes, CLTV delta is the number of blocks, so for example, you could add 12 to the default to give your node about 2 more hours to resolve any issues with an active htlc.

RTL should allow you to edit your node's config file, but it doesn't give access to all of the setchannel parameters (even though I think it uses it under the hood to set channel fees.)

reply