Skip to content

Commit

Permalink
Remove special carve out for splice closes
Browse files Browse the repository at this point in the history
Solution is now to wait for 12-blocks for all channel closes as per:

lightning#1004
  • Loading branch information
ddustin authored Aug 16, 2022
1 parent 596fe0b commit e55548d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions 07-routing-gossip.md
Original file line number Diff line number Diff line change
Expand Up @@ -975,9 +975,7 @@ The origin node:
A node:
- SHOULD monitor the funding transactions in the blockchain, to identify
channels that are being closed.
- if the funding output of a channel is being spent:
- if a `channel_update` had `splicing` in the `channel_flags`:
- SHOULD delay 10 blocks considering the output spent.
- 12 blocks after the funding output of a channel being spent:
- SHOULD be removed from the local network view AND be considered closed.
- if the announced node no longer has any associated open channels:
- MAY prune nodes added through `node_announcement` messages from their
Expand Down

0 comments on commit e55548d

Please sign in to comment.