From 977f2282a955026b32a46b2e6990afd3d513049f Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Mon, 16 Oct 2023 15:55:23 -0400 Subject: [PATCH] Grammar fix --- 29.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/29.md b/29.md index 4d73ac39..e275b138 100644 --- a/29.md +++ b/29.md @@ -52,4 +52,4 @@ The weekly hash MUST happen in the client and in the relay in the exact same way ### Why weekly? -Simplicity. We could do a recursive approach where the Client sends the format it wants to wants to use (e.g: `YYYY`, `YYYY-ww`, `YYYY-MM`, `YYYY-MM-dd`, `YYYY-MM-ddHH`, `YYYY-MM-ddHHmm`). This flexibility allows for some cost savings but adds complexity to the implementation of this NIP. +Simplicity. We could do a recursive approach where the Client chooses the format (e.g: `YYYY`, `YYYY-ww`, `YYYY-MM`, `YYYY-MM-dd`, `YYYY-MM-ddHH`, `YYYY-MM-ddHHmm`). This flexibility allows for some cost savings but adds complexity to the implementation of this NIP.