From bd584464c03678e29c411551a448bfd6817f5639 Mon Sep 17 00:00:00 2001 From: Ben Date: Thu, 29 Jun 2023 11:58:37 +0100 Subject: [PATCH] typos --- 88.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/88.md b/88.md index 625ac86d..4357386f 100644 --- a/88.md +++ b/88.md @@ -88,9 +88,9 @@ User DMs the relay: Relay responds with payment request, which user pays: -```json{ +```json { - "request": , + "request": } ``` @@ -121,7 +121,7 @@ User client stores: "amount": , "relay": , "relaykey": , - "timestamp": } ``` @@ -184,6 +184,6 @@ User(s) client stores: "amount": , "relay": , "relaykey": , - "timestamp": } ```