xud
xud copied to clipboard
Enable LND MPP
I think we can stick with the usual max_parts=5
Depends on https://github.com/ExchangeUnion/xud/issues/1590
Actually looks like MPP can't be set in lnd.conf, but has to be enabled by specifying the max allowed payment parts max_parts with every sendpaymentv2 call.
Transferred this back to the xud repo, looks like what we need to do is add --max_parts 5 to https://github.com/ExchangeUnion/xud/pull/1971.