mirror of
https://github.com/lightning/bolts.git
synced 2025-01-18 13:22:35 +01:00
Clarify Bolt 7 latest channel update pruning (#1014)
This is a follow-up on #1006, which actually created more confusion.
This commit is contained in:
parent
38a2b1dfd4
commit
48fed66e26
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user