From 74d9f7a130c1c9e6f5e76107049ba3aafc9bfda4 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Sun, 24 Nov 2024 11:37:21 +0100 Subject: [PATCH] typo Co-authored-by: gandlafbtc <123852829+gandlafbtc@users.noreply.github.com> --- 04.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04.md b/04.md index 2e97a4a..d57a1b3 100644 --- a/04.md +++ b/04.md @@ -163,7 +163,7 @@ If the invoice was not paid yet, `Bob` responds with an error. In that case, `Al ## Cached Responses -`Bob` **MUST** cache every successful `PostMintBolt11Response` using `PostMintBolt11Request` as key. +`Bob` **MUST** cache every successful `PostMintBolt11Response` using `PostMintBolt11Request` as the key. Each cache entry has a TTL (Time-To-Live) of at least 1800 seconds. In the event of a network error, `Alice` **CAN** replay the same exact request and get the same response.