1
0
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:
Bastien Teinturier 2022-08-15 22:09:40 +02:00 committed by GitHub
parent 38a2b1dfd4
commit 48fed66e26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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