From fa7f06d2749cdf05c8d83de81bf914af8b9106c1 Mon Sep 17 00:00:00 2001 From: loopersage Date: Thu, 19 Dec 2024 18:43:18 +0000 Subject: [PATCH] timelock images --- timelock/SPECIFICATION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/timelock/SPECIFICATION.md b/timelock/SPECIFICATION.md index d9e383f78..e54a84eb6 100644 --- a/timelock/SPECIFICATION.md +++ b/timelock/SPECIFICATION.md @@ -73,11 +73,11 @@ Returns the hash (`id`) of the transaction arguments ### Sequence Diagram -![Timelock Sequence Diagram](../.docs/timelock-sequence-diagram.png) +![Timelock Sequence Diagram](../timelock/.docs/timelock-sequence-diagram.png) ### Timestamp Validity 1. When submitting a transaction into a [`queue()`](#queue) the timestamp must fall between the `MINIMUM_DELAY` and `MAXIMUM_DELAY`. 2. To [`execute()`](#execute) the transaction the current time `t` must be greater than or equal to the submitted timestamp; however, it must be no greater than the `MAXIMUM_DELAY` time. -![Timelock Timestamp Diagram](../.docs/timelock-timestamp-validity.png) +![Timelock Timestamp Diagram](../timelock/.docs/timelock-timestamp-validity.png)