From 3ed96cb13c25339ef04df263e47635e4737d657a Mon Sep 17 00:00:00 2001 From: Joost Jager Date: Tue, 3 Jan 2023 12:59:42 +0100 Subject: [PATCH] readme: remove queue mode warning Fixed by adding periodic pending htlc sync. --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 53d5b27..e76b093 100644 --- a/README.md +++ b/README.md @@ -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.