1
0
mirror of https://github.com/ACINQ/eclair.git synced 2024-11-20 02:27:32 +01:00
eclair/eclair-core
Pierre-Marie Padiou ad31d89e54
Disable local channels below reserve (#763)
The goal is to reduce attempts from other nodes in the network to use
channels that are unbalanced and can't be used to relay payments.

This leaks information about the current balance and is a privacy
tradeoff, particularly in this simplistic implementation. A better way
would be to add some kind of hysteresis in order to prevent trivial
probing of channels.
2019-01-03 14:02:39 +01:00
..
src Disable local channels below reserve (#763) 2019-01-03 14:02:39 +01:00
eclair-cli Updated readme.md and eclair-cli (#750) 2018-11-13 17:35:16 +01:00
pom.xml Routing: use custom implementation for the shortest path algorithm and the graph (#779) 2018-12-20 16:52:42 +01:00