diff --git a/704.md b/704.md index 51c5d7c..f6d4a01 100644 --- a/704.md +++ b/704.md @@ -83,6 +83,6 @@ If `Alice` wants to signal `Bob` that she is ready to use this NIP (for more pri } ``` - > **Note** the reason for using `sha256(shared_secret)` for the `d` tag is so that outside observers do not even know that `Alice` and `Bob` have started to communicate. Any other value for the `d` tag would reveal that the message is intended for `Bob.` + > **Note** the reason for using `sha256(shared_secret)` for the `d` tag is so that outside observers do not even know that `Alice` and `Bob` have started to communicate. Any other value for the `d` tag would reveal that the message is intended for `Bob`. After both `Alice` and `Bob` have published the `kind: 35709` event, they can start to publish and listen to events using the `one-use-keys`.