We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://nullprogram.com/blog/2019/12/28/
LSPS0 Common Schemas describes "Client rejected" as 001 https://github.com/BitcoinAndLightningLayerSpecs/lsp/blob/main/LSPS0/common-schemas.md#001-client-rejected however JSON does not support numbers with leading 0s. I suggest rewriting it as 1 instead to prevent misleading implementations into actually writing an actual 001 in the actual JSON.
001
1
The text was updated successfully, but these errors were encountered:
Ack. I think this reasoning is stronger than "error codes should always have at least 3 digits for it to be recognizable".
Sorry, something went wrong.
No branches or pull requests
https://nullprogram.com/blog/2019/12/28/
LSPS0 Common Schemas describes "Client rejected" as
001
https://github.com/BitcoinAndLightningLayerSpecs/lsp/blob/main/LSPS0/common-schemas.md#001-client-rejected however JSON does not support numbers with leading 0s. I suggest rewriting it as1
instead to prevent misleading implementations into actually writing an actual001
in the actual JSON.The text was updated successfully, but these errors were encountered: