From 5edb3c6b0e72426c41fa1b60fd26cc91301553fe Mon Sep 17 00:00:00 2001 From: Ron Stoner Date: Thu, 11 May 2023 08:34:12 -0600 Subject: [PATCH] Reverting b64 -> hex change --- 90.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/90.md b/90.md index 387321c3..6e04b4ca 100644 --- a/90.md +++ b/90.md @@ -52,7 +52,7 @@ The following are two protocol flow examples using the 1174 event kind. Other fl [“magic”, <4-byte hex value representing the Bitcoin network identifier>], [“relays”, ], ], - "content": , + "content": , "sig": <64-bytes hex of the signature of the sha256 hash of the serialized event data, which is the same as the "id" field> } ```