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
Calling the new create_slatepack_message owner api results in:
create_slatepack_message
{"id":"1","jsonrpc":"2.0","result":{"Ok":"BEGINSLATEPACK. BikBVY4UhC3Nnj4 ... gYgYXNX. ENDSLATEPACK.\n"}}
The trailing "\n" breaks JSON.parse(), can it either be escaped "\\n" or omitted instead?
JSON.parse()
The text was updated successfully, but these errors were encountered:
Thank you for testing and reporting, fix is in #444 and should be available as of beta.3
Sorry, something went wrong.
No branches or pull requests
Calling the new
create_slatepack_message
owner api results in:The trailing "\n" breaks
JSON.parse()
, can it either be escaped "\\n" or omitted instead?The text was updated successfully, but these errors were encountered: