minor text adjusments

This commit is contained in:
Vitor Pamplona 2024-02-16 10:22:03 -05:00
parent acafec2eef
commit cf73589155

6
22.md
View File

@ -6,11 +6,11 @@ Key Migration
`draft` `optional`
Kind 18 informs the network that the owner of the pubkey is migrating to a new key. The event MUST contain a single `p` tag with the new pubkey to be used to communicate with the owner.
Kind 18 informs the network that the owner of the pubkey is migrating to a new key. The event MUST contain a single `p` tag with the new pubkey owner will be using.
```js
{
"kind": 18,
"kind": 18,
"tags": [
["p", "<pubkey>", "<relay_url>"],
],
@ -48,4 +48,4 @@ It's ok to delay verification until trusted keys start informing their assessmen
Upon verification, Clients SHOULD offer transition to the new key by:
1. Changing the contact list accordingly
2. Changing any NIP-51 list accordingly
3. Adding the key to the Mute List
3. Adding the old key to the Mute List