diff options
| -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 | ||