1
0
Fork 0
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:
fiatjaf 2022-06-29 09:41:50 -03:00 committed by GitHub
parent caae842bfc
commit 2ecc091f34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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