1
0
mirror of https://github.com/ACINQ/eclair.git synced 2024-11-19 09:54:02 +01:00
eclair/docs
Bastien Teinturier 5fc980c8d9
Lower minimum remote dust limit (#1900)
We are slowly dropping support for non-segwit outputs, as proposed in
https://github.com/lightningnetwork/lightning-rfc/pull/894

We can thus safely allow dust limits all the way down to 354 satoshis.

In very rare cases where dust_limit_satoshis is negotiated to a low value,
our peer may generate closing txs that will not correctly relay on the
bitcoin network due to dust relay policies.

When that happens, we detect it and force-close instead of completing the
mutual close flow.
2021-09-29 14:06:20 +02:00
..
release-notes Lower minimum remote dust limit (#1900) 2021-09-29 14:06:20 +02:00
Architecture.md Add high-level architecture diagrams (#1733) 2021-03-24 09:17:44 +01:00
Cluster.md Add cluster doc, and packaging improvements (#1646) 2020-12-18 11:36:24 +01:00
Configure.md Fix a few typos (#1684) 2021-02-08 11:20:23 +01:00
Monitoring.md Fix a few typos (#1684) 2021-02-08 11:20:23 +01:00
PostgreSQL.md Fix a few typos (#1684) 2021-02-08 11:20:23 +01:00
Tor.md Make Tor optional for blockchain watchdogs (#1958) 2021-09-22 09:18:58 +02:00