mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-12-23 08:55:52 -05:00
minor text adjusments
This commit is contained in:
parent
acafec2eef
commit
cf73589155
6
22.md
6
22.md
|
@ -6,11 +6,11 @@ Key Migration
|
||||||
|
|
||||||
`draft` `optional`
|
`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
|
```js
|
||||||
{
|
{
|
||||||
"kind": 18,
|
"kind": 18,
|
||||||
"tags": [
|
"tags": [
|
||||||
["p", "<pubkey>", "<relay_url>"],
|
["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:
|
Upon verification, Clients SHOULD offer transition to the new key by:
|
||||||
1. Changing the contact list accordingly
|
1. Changing the contact list accordingly
|
||||||
2. Changing any NIP-51 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user