diff options
| author | P. Reis <patrickpereirareal1@gmail.com> | 2025-01-13 20:42:58 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-13 15:42:58 -0800 |
| commit | 512caf7fcd4145b99ff2f5fea023c625bc38332e (patch) | |
| tree | 4f8a814ba05e31e0abd16378753887c29b0de6e7 | |
| parent | 6c62751e573337cbe6276613a268fd4984751c74 (diff) | |
NIP-61: fix unfinished sentence (#1683)
| -rw-r--r-- | 61.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -70,7 +70,7 @@ WIP: Clients SHOULD embed a DLEQ proof in the nutzap event to make it possible t | |||
| 70 | 70 | ||
| 71 | * The sender fetches the recipient's `kind:10019`. | 71 | * The sender fetches the recipient's `kind:10019`. |
| 72 | * The sender mints/swaps ecash on one of the recipient's listed mints. | 72 | * The sender mints/swaps ecash on one of the recipient's listed mints. |
| 73 | * The sender p2pk locks to the recipient's specified pubkey in their | 73 | * The sender p2pk locks to the recipient's specified pubkey in their `kind:10019` |
| 74 | 74 | ||
| 75 | # Receiving nutzaps | 75 | # Receiving nutzaps |
| 76 | 76 | ||
| @@ -129,4 +129,4 @@ For this scenarios clients can: | |||
| 129 | * add a `pubkey` tag to the `kind:10019` (indicating which pubkey senders should P2PK to) | 129 | * add a `pubkey` tag to the `kind:10019` (indicating which pubkey senders should P2PK to) |
| 130 | * store the private key in the `kind:37375` event in the nip44-encrypted `content` field. | 130 | * store the private key in the `kind:37375` event in the nip44-encrypted `content` field. |
| 131 | 131 | ||
| 132 | This is to avoid depending on NIP-07/46 adaptations to sign cashu payloads. \ No newline at end of file | 132 | This is to avoid depending on NIP-07/46 adaptations to sign cashu payloads. |