upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarrell <zh0521@gmail.com>2025-05-01 16:34:37 +0900
committerGitHub <noreply@github.com>2025-05-01 16:34:37 +0900
commit5b7d3382009332f737bca8fdffce291e8d7935b9 (patch)
treedd9c10449f1a5ed0d8e31fa6d0ffd4f5623ffb72
parent2ade2e6229331b381a2c5570b2497717d25821b5 (diff)
fix typo nip-60 (#1901)
-rw-r--r--60.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/60.md b/60.md
index 87449d2..4d0c709 100644
--- a/60.md
+++ b/60.md
@@ -68,7 +68,7 @@ There can be multiple `kind:7375` events for the same mint, and multiple proofs
68 68
69 * `.content` is a [NIP-44](44.md) encrypted payload: 69 * `.content` is a [NIP-44](44.md) encrypted payload:
70 * `mint`: The mint the proofs belong to. 70 * `mint`: The mint the proofs belong to.
71 * `proofs`: unecoded proofs 71 * `proofs`: unencoded proofs
72 * `del`: token-ids that were destroyed by the creation of this token. This assists with state transitions. 72 * `del`: token-ids that were destroyed by the creation of this token. This assists with state transitions.
73 73
74When one or more proofs of a token are spent, the token event should be [NIP-09](09.md)-deleted and, if some proofs are unspent from the same token event, a new token event should be created rolling over the unspent proofs and adding any change outputs to the new token event (the change output should include a `del` field). 74When one or more proofs of a token are spent, the token event should be [NIP-09](09.md)-deleted and, if some proofs are unspent from the same token event, a new token event should be created rolling over the unspent proofs and adding any change outputs to the new token event (the change output should include a `del` field).