Skip to content

Commit eb7bfe2

Browse files
committed
gossip: 12-blocks delay channel closed follow-up
We introduced a 12-blocks delay for channel closing in #1004, but we didn't update the requirement in the section about pruning.
1 parent db278ab commit eb7bfe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

07-routing-gossip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@ The origin node:
983983
A node:
984984
- SHOULD monitor the funding transactions in the blockchain, to identify
985985
channels that are being closed.
986-
- if the funding output of a channel is being spent:
986+
- if the funding output of a channel is spent and received 12 block confirmations:
987987
- SHOULD be removed from the local network view AND be considered closed.
988988
- if the announced node no longer has any associated open channels:
989989
- MAY prune nodes added through `node_announcement` messages from their

0 commit comments

Comments
 (0)