1
0
mirror of https://github.com/lightning/bolts.git synced 2024-11-19 01:50:03 +01:00

BOLT 2: add requirement for disconnect if quiescence takes too long with HTLCs pending.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2024-06-18 07:06:12 +09:30
parent 99d67c6c73
commit c562d91ace

View File

@ -1465,6 +1465,9 @@ The receiver of `stfu`:
- SHOULD NOT send any more update messages.
- MUST reply with `stfu` once it can do so.
Both nodes:
- MUST disconnect after 60 seconds of quiescence if the HTLCs are pending.
Upon disconnection:
- the channel is no longer considered quiescent.