From 460fb305a14c74e09cc61c898ace93875850db2c Mon Sep 17 00:00:00 2001 From: Rustem Date: Mon, 15 Aug 2022 09:36:33 +0500 Subject: [PATCH] Fix expire description years -> weeks --- spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.md b/spec.md index b8724d8..3993ea2 100644 --- a/spec.md +++ b/spec.md @@ -222,7 +222,7 @@ sequenceDiagram { "iss": "did:service", "aud": "did:marketplace", - "exp": 1643905307, // 2 years into the future + "exp": 1643905307, // 2 weeks into the future "att": { { "with": "storage://did:marketplace",