From 5b7d3382009332f737bca8fdffce291e8d7935b9 Mon Sep 17 00:00:00 2001 From: Darrell Date: Thu, 1 May 2025 16:34:37 +0900 Subject: [PATCH] fix typo nip-60 (#1901) --- 60.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/60.md b/60.md index 87449d20..4d0c7096 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 * `.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).