Skip to content

Commit

Permalink
Clarify Bolt 7 latest channel update pruning (#1014)
Browse files Browse the repository at this point in the history
This is a follow-up on #1006, which actually created more confusion.
  • Loading branch information
t-bast authored Aug 15, 2022
1 parent 38a2b1d commit 48fed66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 07-routing-gossip.md
Original file line number Diff line number Diff line change
Expand Up @@ -1002,8 +1002,8 @@ A node:
#### Requirements

A node:
- if a channel's latest `channel_update`s `timestamp` is older than two weeks
(1209600 seconds):
- if the `timestamp` of the latest `channel_update` in either direction is
older than two weeks (1209600 seconds):
- MAY prune the channel.
- MAY ignore the channel.
- Note: this is an individual node policy and MUST NOT be enforced by
Expand Down

0 comments on commit 48fed66

Please sign in to comment.