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:
authorfiatjaf <fiatjaf@gmail.com>2025-01-31 15:30:29 -0300
committerfiatjaf <fiatjaf@gmail.com>2025-01-31 15:30:29 -0300
commit195e504c003e3106b6b8a9e3d50ba4a0e6f38bd4 (patch)
tree817e3b9dfb344b6cd04064e9d4ae43a974994899 /61.md
parentdeb01f43d8e57227f17f0d90268688b604831e0f (diff)
remove "amount" from nutzap.
Diffstat (limited to '61.md')
-rw-r--r--61.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/61.md b/61.md
index ab562c8..4e28e01 100644
--- a/61.md
+++ b/61.md
@@ -50,7 +50,6 @@ Clients MUST prefix the public key they P2PK-lock with `"02"` (for nostr<>cashu
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 [ "amount", "1" ],
54 [ "unit", "sat" ], 53 [ "unit", "sat" ],
55 [ "proof", "{\"amount\":1,\"C\":\"02277c66191736eb72fce9d975d08e3191f8f96afb73ab1eec37e4465683066d3f\",\"id\":\"000a93d6f8a1d2c4\",\"secret\":\"[\\\"P2PK\\\",{\\\"nonce\\\":\\\"b00bdd0467b0090a25bdf2d2f0d45ac4e355c482c1418350f273a04fedaaee83\\\",\\\"data\\\":\\\"02eaee8939e3565e48cc62967e2fde9d8e2a4b3ec0081f29eceff5c64ef10ac1ed\\\"}]\"}" ], 54 [ "proof", "{\"amount\":1,\"C\":\"02277c66191736eb72fce9d975d08e3191f8f96afb73ab1eec37e4465683066d3f\",\"id\":\"000a93d6f8a1d2c4\",\"secret\":\"[\\\"P2PK\\\",{\\\"nonce\\\":\\\"b00bdd0467b0090a25bdf2d2f0d45ac4e355c482c1418350f273a04fedaaee83\\\",\\\"data\\\":\\\"02eaee8939e3565e48cc62967e2fde9d8e2a4b3ec0081f29eceff5c64ef10ac1ed\\\"}]\"}" ],
56 [ "u", "https://stablenut.umint.cash", ], 55 [ "u", "https://stablenut.umint.cash", ],
@@ -62,7 +61,6 @@ Clients MUST prefix the public key they P2PK-lock with `"02"` (for nostr<>cashu
62 61
63* `.content` is an optional comment for the nutzap 62* `.content` is an optional comment for the nutzap
64* `.tags`: 63* `.tags`:
65 * `amount` is a shorthand for the combined amount of all outputs. -- Clients SHOULD validate that the sum of the amounts in the outputs matches.
66 * `unit` is the base unit of the amount. 64 * `unit` is the base unit of the amount.
67 * `proof` is one ore more proofs P2PK-locked to the public key the recipient specified in their `kind:10019` event and including a DLEQ proof. 65 * `proof` is one ore more proofs P2PK-locked to the public key the recipient specified in their `kind:10019` event and including a DLEQ proof.
68 * `u` is the mint the URL of the mint EXACTLY as specified by the recipient's `kind:10019`. 66 * `u` is the mint the URL of the mint EXACTLY as specified by the recipient's `kind:10019`.