From 48fed66e26b80031d898c6492434fa9926237d64 Mon Sep 17 00:00:00 2001 From: Bastien Teinturier <31281497+t-bast@users.noreply.github.com> Date: Mon, 15 Aug 2022 22:09:40 +0200 Subject: [PATCH] Clarify Bolt 7 latest channel update pruning (#1014) This is a follow-up on #1006, which actually created more confusion. --- 07-routing-gossip.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/07-routing-gossip.md b/07-routing-gossip.md index c951b4ec0..901e96568 100644 --- a/07-routing-gossip.md +++ b/07-routing-gossip.md @@ -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