mirror of
https://github.com/lightning/bolts.git
synced 2025-03-10 09:10:07 +01:00
Fix typo in Bolt7: "lastest" channel_update, not "oldest" (#1006)
This commit is contained in:
parent
caae842bfc
commit
2ecc091f34
1 changed files with 1 additions and 1 deletions
|
@ -987,7 +987,7 @@ A node:
|
|||
#### Requirements
|
||||
|
||||
A node:
|
||||
- if a channel's oldest `channel_update`s `timestamp` is older than two weeks
|
||||
- if a channel's latest `channel_update`s `timestamp` is older than two weeks
|
||||
(1209600 seconds):
|
||||
- MAY prune the channel.
|
||||
- MAY ignore the channel.
|
||||
|
|
Loading…
Add table
Reference in a new issue