readme: remove queue mode warning

Fixed by adding periodic pending htlc sync.
This commit is contained in:
Joost Jager 2023-01-03 12:59:42 +01:00
parent b0381e4b8a
commit 3ed96cb13c
No known key found for this signature in database
GPG key ID: B9A26449A5528325

View file

@ -79,19 +79,16 @@ configured globally and per peer in the configuration file.
protection](https://github.com/lightningnetwork/lnd/pull/6831) that auto-fails
htlcs that aren't resolved.
WARNING 1: Auto-fail is not yet released and scheduled for lnd 0.16. With
WARNING: Auto-fail is not yet released and scheduled for lnd 0.16. With
earlier lnd versions, you risk force-closes!
WARNING 2: Edge case issues have been reported in `queue` mode. Usage of this
mode isn't recommended until those are resolved.
* `queue_peer_initiated`: This mode is also queuing htlcs, but only those that
come in through channels for which we aren't the channel open initiator. Not
being the initiator means that the remote node is carrying the cost of a
potential force-closure with stuck htlcs. For channels that we initiated, the
safer `fail` mode is used.
WARNINGS: See `queue` mode warnings.
WARNING: See `queue` mode warning.
## Limitations
* This software is alpha quality. Use at your own risk and be careful in particular on mainnet.