diff --git a/108.md b/108.md index d7673072..4c309410 100644 --- a/108.md +++ b/108.md @@ -32,7 +32,7 @@ An example client can be found at [Nostr Playground](https://nip-108.nostrplaygr 5. Client pays the amount 6. Client uses the `successAction` url returned in the PR to fetch the `secret` which will unlock the gated content. 7. Client uses the `secret` and the gated note's `iv` tag to decrypt the content using `aes-256-cbc` -8. Client then creates a key note `kind:56` with the content being the `nip-04` encrypted secret with their publicKey and the gate note's creator publicKey. +8. Client then creates a key note `kind:56` with the content being the `nip-04` encrypted secret with their privateKey and the gate note's creator publicKey. 9. Upon revisiting the gated note, the client can then decrypt the content using their key note. ## Server Functions