mirror of
https://github.com/ACINQ/eclair.git
synced 2025-02-24 14:50:46 +01:00
* Send payment through specific channels While `sendtoroute` was letting you provide a custom route as a list of nodes, it made it difficult to have fine-grain control over the channels used by payments. The API now allows choosing the exact channels that will be used for the payment; in particular, this will be helpful when consolidating and rebalancing multiple channels to a given node. Fixes #1472 * Fix serialization regression #1520 introduced a regression in the serialization of channel data, impacted the `channels` and `channel` APIs. We restrict the custom command response serializer to revert to the previous behavior. |
||
---|---|---|
.. | ||
modules | ||
src | ||
pom.xml |