upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/61.md
diff options
context:
space:
mode:
authorAlexander Lopatin <alopatindev@users.noreply.github.com>2025-04-29 18:28:46 +0300
committerGitHub <noreply@github.com>2025-04-29 08:28:46 -0700
commit85f3282e46dab548cb1c69e0b19b65cb4140b562 (patch)
tree3f12ee133f8a133bf712ae9fbeea271c1b4ac24b /61.md
parent77fdeeb6f168f960fe53816ae31d38a9b4d70cd1 (diff)
Fix JSON format (#1896)
Diffstat (limited to '61.md')
-rw-r--r--61.md8
1 files changed, 4 insertions, 4 deletions
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
46 46
47```jsonc 47```jsonc
48{ 48{
49 kind: 9321, 49 "kind": 9321,
50 content: "Thanks for this great idea.", 50 "content": "Thanks for this great idea.",
51 pubkey: "<sender-pubkey>", 51 "pubkey": "<sender-pubkey>",
52 tags: [ 52 "tags": [
53 [ "proof", "{\"amount\":1,\"C\":\"02277c66191736eb72fce9d975d08e3191f8f96afb73ab1eec37e4465683066d3f\",\"id\":\"000a93d6f8a1d2c4\",\"secret\":\"[\\\"P2PK\\\",{\\\"nonce\\\":\\\"b00bdd0467b0090a25bdf2d2f0d45ac4e355c482c1418350f273a04fedaaee83\\\",\\\"data\\\":\\\"02eaee8939e3565e48cc62967e2fde9d8e2a4b3ec0081f29eceff5c64ef10ac1ed\\\"}]\"}" ], 53 [ "proof", "{\"amount\":1,\"C\":\"02277c66191736eb72fce9d975d08e3191f8f96afb73ab1eec37e4465683066d3f\",\"id\":\"000a93d6f8a1d2c4\",\"secret\":\"[\\\"P2PK\\\",{\\\"nonce\\\":\\\"b00bdd0467b0090a25bdf2d2f0d45ac4e355c482c1418350f273a04fedaaee83\\\",\\\"data\\\":\\\"02eaee8939e3565e48cc62967e2fde9d8e2a4b3ec0081f29eceff5c64ef10ac1ed\\\"}]\"}" ],
54 [ "u", "https://stablenut.umint.cash" ], 54 [ "u", "https://stablenut.umint.cash" ],
55 [ "e", "<nutzapped-event-id>", "<relay-hint>" ], 55 [ "e", "<nutzapped-event-id>", "<relay-hint>" ],