mirror of
https://github.com/lightningequipment/circuitbreaker.git
synced 2026-08-13 12:33:02 +02:00
readme: remove queue mode warning
Fixed by adding periodic pending htlc sync.
This commit is contained in:
parent
b0381e4b8a
commit
3ed96cb13c
1 changed files with 2 additions and 5 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue