From 85f3282e46dab548cb1c69e0b19b65cb4140b562 Mon Sep 17 00:00:00 2001 From: Alexander Lopatin Date: Tue, 29 Apr 2025 18:28:46 +0300 Subject: Fix JSON format (#1896) --- 61.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '61.md') diff --git a/61.md b/61.md index 6e37806..ebb8af3 100644 --- a/61.md +++ b/61.md @@ -46,10 +46,10 @@ Clients MUST prefix the public key they P2PK-lock with `"02"` (for nostr<>cashu ```jsonc { - kind: 9321, - content: "Thanks for this great idea.", - pubkey: "", - tags: [ + "kind": 9321, + "content": "Thanks for this great idea.", + "pubkey": "", + "tags": [ [ "proof", "{\"amount\":1,\"C\":\"02277c66191736eb72fce9d975d08e3191f8f96afb73ab1eec37e4465683066d3f\",\"id\":\"000a93d6f8a1d2c4\",\"secret\":\"[\\\"P2PK\\\",{\\\"nonce\\\":\\\"b00bdd0467b0090a25bdf2d2f0d45ac4e355c482c1418350f273a04fedaaee83\\\",\\\"data\\\":\\\"02eaee8939e3565e48cc62967e2fde9d8e2a4b3ec0081f29eceff5c64ef10ac1ed\\\"}]\"}" ], [ "u", "https://stablenut.umint.cash" ], [ "e", "", "" ], -- cgit v1.2.3