diff options
| author | Jon Staab <jstaab@protonmail.com> | 2023-05-12 05:10:45 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-12 05:10:45 -0700 |
| commit | e5302f84c74cf42d878a3ed18257a16bc0d3b748 (patch) | |
| tree | b1a3ad9c0317bf7c38f34c500559b66ff7c0a22d /20.md | |
| parent | 1c728516dfdc7508ce27eda222bde78466e3457d (diff) | |
| parent | 4208652dc7a39c63c39559b13c656ec30400fcba (diff) | |
Merge branch 'master' into patch-1
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 | ||