diff options
| author | ennmichael <enntheprogrammer@gmail.com> | 2023-03-02 21:27:50 +0100 |
|---|---|---|
| committer | fiatjaf_ <fiatjaf@gmail.com> | 2023-03-02 21:36:15 -0300 |
| commit | ab6308c29aa8cc10c06addc9fd26c90f8dac9c6a (patch) | |
| tree | 2cdf8b0379e4702bc299baa4646b917b497189f5 /20.md | |
| parent | c4949ea7078ec96a373f77f725267b36316ee9e4 (diff) | |
NIP-20: fix a typo
Diffstat (limited to '20.md')
| -rw-r--r-- | 20.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -82,7 +82,7 @@ Client Handling | |||
| 82 | 82 | ||
| 83 | For the `pow:` prefix it may query relay metadata to get the updated difficulty requirement and try again in the background. | 83 | For the `pow:` prefix it may query relay metadata to get the updated difficulty requirement and try again in the background. |
| 84 | 84 | ||
| 85 | For the `invalid:` and `blocked`: prefix the client may wish to show these as styled error popups. | 85 | For the `invalid:` and `blocked:` prefix the client may wish to show these as styled error popups. |
| 86 | 86 | ||
| 87 | The prefixes include a colon so that the message can be cleanly separated from the prefix by taking everything after `:` and trimming it. | 87 | The prefixes include a colon so that the message can be cleanly separated from the prefix by taking everything after `:` and trimming it. |
| 88 | 88 | ||