Skip to content

Commit

Permalink
BOLT 2: add requirement for disconnect if quiescence takes too long w…
Browse files Browse the repository at this point in the history
…ith HTLCs pending.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
  • Loading branch information
rustyrussell committed Jun 17, 2024
1 parent 99d67c6 commit c562d91
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 02-peer-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit c562d91

Please sign in to comment.