From 72260b273c3ab21893a3e24fb81709c1e7508b8a Mon Sep 17 00:00:00 2001 From: landonMutch Date: Mon, 27 Feb 2023 12:13:44 +0900 Subject: [PATCH] Update 69.md --- 69.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/69.md b/69.md index 756d51bd..dbc5339a 100644 --- a/69.md +++ b/69.md @@ -6,7 +6,7 @@ ## Poll format -''' +```json { "id": <32-bytes lowercase hex-encoded sha256 of the the serialized poll event data> "pubkey": <32-bytes lowercase hex-encoded public key of the poll event creator>, @@ -19,7 +19,7 @@ "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> } -''' +``` ## TODO