upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Fernandez <p@f7z.io>2024-08-07 11:24:26 +0100
committerPablo Fernandez <p@f7z.io>2024-08-07 11:24:26 +0100
commit0298bbdd05850832ee6b91c90dc8b5eb9e7efcec (patch)
treec2c6dea33332f597f03cb29ac0375cd39319d6f0
parentea8ce6589e05bbbe5ce8aace14671a63291e6563 (diff)
move nutzap comment to `content`
-rw-r--r--61.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/61.md b/61.md
index 4e2148c..d46b154 100644
--- a/61.md
+++ b/61.md
@@ -43,11 +43,11 @@ Clients MUST prefix the pubkey they p2pk-lock with `"02"` (for nostr<>cashu pubk
43```jsonc 43```jsonc
44{ 44{
45 kind: 9321, 45 kind: 9321,
46 content: "[{\"amount\":1,\"C\":\"02277c66191736eb72fce9d975d08e3191f8f96afb73ab1eec37e4465683066d3f\",\"id\":\"000a93d6f8a1d2c4\",\"secret\":\"[\\\"P2PK\\\",{\\\"nonce\\\":\\\"b00bdd0467b0090a25bdf2d2f0d45ac4e355c482c1418350f273a04fedaaee83\\\",\\\"data\\\":\\\"02eaee8939e3565e48cc62967e2fde9d8e2a4b3ec0081f29eceff5c64ef10ac1ed\\\"}]\"}]", 46 content: "Thanks for this great idea.",
47 pubkey: "sender-pubkey", 47 pubkey: "sender-pubkey",
48 tags: [ 48 tags: [
49 [ "amount", "1", "sat" ], 49 [ "amount", "1", "sat" ],
50 [ "comment", "Great point" ], 50 [ "proof", "{\"amount\":1,\"C\":\"02277c66191736eb72fce9d975d08e3191f8f96afb73ab1eec37e4465683066d3f\",\"id\":\"000a93d6f8a1d2c4\",\"secret\":\"[\\\"P2PK\\\",{\\\"nonce\\\":\\\"b00bdd0467b0090a25bdf2d2f0d45ac4e355c482c1418350f273a04fedaaee83\\\",\\\"data\\\":\\\"02eaee8939e3565e48cc62967e2fde9d8e2a4b3ec0081f29eceff5c64ef10ac1ed\\\"}]\"}" ],
51 [ "u", "https://stablenut.umint.cash", ], 51 [ "u", "https://stablenut.umint.cash", ],
52 [ "e", "<zapped-event-id>", "<relay-hint>" ], 52 [ "e", "<zapped-event-id>", "<relay-hint>" ],
53 [ "p", "e9fbced3a42dcf551486650cc752ab354347dd413b307484e4fd1818ab53f991" ], // recipient of nut zap 53 [ "p", "e9fbced3a42dcf551486650cc752ab354347dd413b307484e4fd1818ab53f991" ], // recipient of nut zap
@@ -55,8 +55,9 @@ Clients MUST prefix the pubkey they p2pk-lock with `"02"` (for nostr<>cashu pubk
55} 55}
56``` 56```
57 57
58* `.content` is an array of p2pk-locked outputs. 58* `.content` is an optional comment for the nutzap
59* `amount` is a shorthand for the combined amount of all outputs. -- Clients SHOULD validate that the sum of the amounts in the outputs matches. 59* `amount` is a shorthand for the combined amount of all outputs. -- Clients SHOULD validate that the sum of the amounts in the outputs matches.
60* `proof` is one ore more proofs p2pk-locked to the pubkey the recipient specified in their `kind:10019` event.
60* `u` is the mint the URL of the mint EXACTLY as specified by the recipient's `kind:10019`. 61* `u` is the mint the URL of the mint EXACTLY as specified by the recipient's `kind:10019`.
61* `e` zero or one event that is being nutzapped. 62* `e` zero or one event that is being nutzapped.
62* `p` exactly one pubkey, specifying the recipient of the nutzap. 63* `p` exactly one pubkey, specifying the recipient of the nutzap.