From 7e875cf8d5cc1542c4895138d562a9ebf9bd30f5 Mon Sep 17 00:00:00 2001 From: John Wick <153378704+JohnwickBC@users.noreply.github.com> Date: Tue, 12 Dec 2023 08:42:33 +0800 Subject: [PATCH] missing timestamp fixed --- specs/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/glossary.md b/specs/glossary.md index d6bc7debe322..55bf9f15bc34 100644 --- a/specs/glossary.md +++ b/specs/glossary.md @@ -483,7 +483,7 @@ The channel timeout is a duration (in L1 blocks) during which [channel frames][c The acceptable time range for the frames of a [channel][channel] is `[channel_id.timestamp, channel_id.timestamp + CHANNEL_TIMEOUT]`. The acceptable L1 block range for these frames are any L1 block whose timestamp falls inside this -time range. (Note that `channel_id.timetamp` must be lower than the L1 block timestamp of any L1 block in which frames +time range. (Note that `channel_id.timestamp` must be lower than the L1 block timestamp of any L1 block in which frames of the channel are seen, or else these frames are ignored.) The purpose of channel timeouts is dual: