cryptosharks131 / lndg

Lite GUI web interface to analyze lnd data and leverage the backend database for automation tools around rebalancing and other basic maintenance tasks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rebalance Fails with Incorrect-Payment-Details when Time Lock Delta higher than buildroute default 80

zapomatic opened this issue · comments

I've noticed that rebalances often fail with Incorrect-Payment-Details and I believe this is the same issue I had with a manual circular rebalance recently.

Now that a lot of nodes have higher than the default 80 for Time Lock Delta (high fee environments recommend 144 so many nodes have changed theirs), the routes fail when one or more of the nodes have a higher delta than the default 80.

More details explained in the LND ticket where I resolved the manual buildroute by adding a --final_cltv_delta flag:
lightningnetwork/lnd#8380