From 67489f20b4103ae8502c02d53db92efab9623596 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Sun, 24 Nov 2024 11:37:13 +0100 Subject: [PATCH] typo Co-authored-by: gandlafbtc <123852829+gandlafbtc@users.noreply.github.com> --- 03.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03.md b/03.md index 0d8953c..152ec45 100644 --- a/03.md +++ b/03.md @@ -78,7 +78,7 @@ If successful, `Bob` will respond with a `PostSwapResponse` ## Cached Responses -`Bob` **MUST** cache every successful `PostSwapResponse` using `PostSwapRequest` as key. +`Bob` **MUST** cache every successful `PostSwapResponse` using `PostSwapRequest` 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.