From c562d91ace0e95bec3c6f8758969eaf3627f23c8 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Tue, 18 Jun 2024 07:06:12 +0930 Subject: [PATCH] BOLT 2: add requirement for disconnect if quiescence takes too long with HTLCs pending. Signed-off-by: Rusty Russell --- 02-peer-protocol.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/02-peer-protocol.md b/02-peer-protocol.md index d980b63..488b0b8 100644 --- a/02-peer-protocol.md +++ b/02-peer-protocol.md @@ -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.