Files
lnd/htlcswitch
Joost Jager 200be87212 htlcswitch: fix returned failure for insufficient balance
In the scenario where the requested channel does not have enough balance
and another channel towards the same node generates a different failure,
we erroneously returned UnknownNextPeer instead of the expected
TemporaryChannelFailure.

This commit rewrites the non-strict forwarding logic in the switch to
return the proper failure message. Part of this is moving the link
balance check inside the link.
2019-10-23 09:57:34 +02:00
..
2019-09-10 17:21:59 +02:00
2019-09-13 09:50:38 +02:00
2019-09-09 13:52:35 +02:00
2019-09-10 17:21:59 +02:00
2019-09-10 17:21:59 +02:00
2019-10-03 17:27:36 +02:00