-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
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
/block returns incorrect operation relations #102
Comments
Yeah.. they seem to be different I'm not sure on other way of applying the |
With the fix, the output would be:
|
I am getting incorrect
related_operations
when querying this specific block. This could be an issue just for this block. But I am logging it here so we can investigate. Basically only the operations that are really related should be populated withrelated_operations
information.operation_identifier.index = 2
should not be related tooperation_identifier.index = 1
since they are not related. Similarly,operation_identifier.index = 4
should not be related tooperation_identifier.index = 3
partial response
The text was updated successfully, but these errors were encountered: