fix typo nip-60 (#1901)

This commit is contained in:
Darrell 2025-05-01 16:34:37 +09:00 committed by GitHub
parent 2ade2e6229
commit 5b7d338200
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
60.md
View File

@ -68,7 +68,7 @@ There can be multiple `kind:7375` events for the same mint, and multiple proofs
* `.content` is a [NIP-44](44.md) encrypted payload:
* `mint`: The mint the proofs belong to.
* `proofs`: unecoded proofs
* `proofs`: unencoded proofs
* `del`: token-ids that were destroyed by the creation of this token. This assists with state transitions.
When 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).