diff options
| author | Darrell <zh0521@gmail.com> | 2025-05-01 16:34:37 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-01 16:34:37 +0900 |
| commit | 5b7d3382009332f737bca8fdffce291e8d7935b9 (patch) | |
| tree | dd9c10449f1a5ed0d8e31fa6d0ffd4f5623ffb72 | |
| parent | 2ade2e6229331b381a2c5570b2497717d25821b5 (diff) | |
fix typo nip-60 (#1901)
| -rw-r--r-- | 60.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | ||
| 74 | 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). | 74 | 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). |