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
When using account_pending action the node returns invalid json (empty string instead of empty map)
Request: {"accounts":["xrb_3534c73cym6pbb9nr6f1waqc3ta98o1nfbupy4w74h9xzp5zi3mbturb3ujn"],"threshold":"1","count":"9223372036854775807","action":"accounts_pending"}
{"accounts":["xrb_3534c73cym6pbb9nr6f1waqc3ta98o1nfbupy4w74h9xzp5zi3mbturb3ujn"],"threshold":"1","count":"9223372036854775807","action":"accounts_pending"}
Response: {"blocks":{"xrb_3534c73cym6pbb9nr6f1waqc3ta98o1nfbupy4w74h9xzp5zi3mbturb3ujn":""}}
{"blocks":{"xrb_3534c73cym6pbb9nr6f1waqc3ta98o1nfbupy4w74h9xzp5zi3mbturb3ujn":""}}
Correct response {"blocks":{"xrb_3534c73cym6pbb9nr6f1waqc3ta98o1nfbupy4w74h9xzp5zi3mbturb3ujn":"{}"}}
{"blocks":{"xrb_3534c73cym6pbb9nr6f1waqc3ta98o1nfbupy4w74h9xzp5zi3mbturb3ujn":"{}"}}
The text was updated successfully, but these errors were encountered:
Duplicate of #499. This is a problem with the boost JSON library we're currently using.
Sorry, something went wrong.
No branches or pull requests
When using account_pending action the node returns invalid json (empty string instead of empty map)
Request:
{"accounts":["xrb_3534c73cym6pbb9nr6f1waqc3ta98o1nfbupy4w74h9xzp5zi3mbturb3ujn"],"threshold":"1","count":"9223372036854775807","action":"accounts_pending"}
Response:
{"blocks":{"xrb_3534c73cym6pbb9nr6f1waqc3ta98o1nfbupy4w74h9xzp5zi3mbturb3ujn":""}}
Correct response
{"blocks":{"xrb_3534c73cym6pbb9nr6f1waqc3ta98o1nfbupy4w74h9xzp5zi3mbturb3ujn":"{}"}}
The text was updated successfully, but these errors were encountered: