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
I suppose we need lnd to support building such routes first. I'd really suggest against manually doing this because the logic is complex enough and these rules might change in the future. For example, if/when lnd supports total negative inbound fees, that is when you agree to pay for inbound discounting it below zero. This kind of logic should always be on the lnd side.
@Bitcoinite What feature are you missing? For inbound discounts I don't see any todos on the regolancer side. QueryRoutes of lnd supports inbound fees, but not BuildRoute. That means when using the rapid rebalancer you can have a situation, that the first payment supports inbound discounts, but the following payments not. But BuildRoute should be fixed with the next lnd version.
See for reference:
and
Maybe we also need to wait for the buildroute command as well:
The text was updated successfully, but these errors were encountered: