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
additionalRegisters
While filtering more than one register (Eg. R5 and R6) the box query does not return proper boxes. Sample query:
R5
R6
box
{ boxes( spent: true, ergoTree: "100504000400050004000e20011d3364de07e5a26f0c4eef0852cddb387039a921b7154ef3cab22c6eda887fd803d601b2a5730000d602e4c6a70407d603b2db6501fe730100ea02d1ededededed93e4c672010407720293e4c67201050ec5720391e4c672010605730293c27201c2a793db63087201db6308a7938cb2db63087203730300017304cd7202", registers: { R5: "0e209060ac3dfc62aa0a14c87b9f45e57f13ea37815db956efb3a0ca5cd49dd37d9f", R6: "0590c7949406" } ){ additionalRegisters ergoTree } }
The text was updated successfully, but these errors were encountered:
This is where bug happens, id and value cannot be some value at the same time.
Sorry, something went wrong.
SepehrGanji
Successfully merging a pull request may close this issue.
While filtering more than one register (Eg.
R5
andR6
) thebox
query does not return proper boxes.Sample query:
The text was updated successfully, but these errors were encountered: