mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
Minor grammar fixes
Minor grammar fix at lines 22 and 93.
This commit is contained in:
parent
4f67f5c999
commit
da6a7d0ee3
4
20.md
4
20.md
|
@ -19,7 +19,7 @@ Relays MUST return `false` when the event was rejected and not saved.
|
||||||
|
|
||||||
The `message` SHOULD provide additional information as to why the command succeeded or failed.
|
The `message` SHOULD provide additional information as to why the command succeeded or failed.
|
||||||
|
|
||||||
The `message` SHOULD start with `blocked:` if the pubkey or network address has been blocked, banned or is not on a whitelist.
|
The `message` SHOULD start with `blocked:` if the pubkey or network address has been blocked, banned, or is not on a whitelist.
|
||||||
|
|
||||||
The `message` SHOULD start with `invalid:` if the event is invalid or doesn't meet some specific criteria (created_at is too far off, id is wrong, signature is wrong, etc)
|
The `message` SHOULD start with `invalid:` if the event is invalid or doesn't meet some specific criteria (created_at is too far off, id is wrong, signature is wrong, etc)
|
||||||
|
|
||||||
|
@ -90,4 +90,4 @@ The prefixes include a colon so that the message can be cleanly separated from t
|
||||||
Future Extensions
|
Future Extensions
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
This proposal SHOULD be extended to support futher commands in the future, such as REQ and AUTH. They are left out of this initial version to keep things simpler.
|
This proposal SHOULD be extended to support further commands in the future, such as REQ and AUTH. They are left out of this initial version to keep things simpler.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user