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
See issue here:
antelope-token-api/schema.sql
Line 209 in 75db1c6
This means the version of block 1 could be higher than a version of block 2, if the action_index of the supply change is higher in block 1.
To avoid this we should use something like (block_num * 1000 + action_index) instead
(block_num * 1000 + action_index)
The text was updated successfully, but these errors were encountered:
0237h
No branches or pull requests
See issue here:
antelope-token-api/schema.sql
Line 209 in 75db1c6
This means the version of block 1 could be higher than a version of block 2, if the action_index of the supply change is higher in block 1.
To avoid this we should use something like
(block_num * 1000 + action_index)
insteadThe text was updated successfully, but these errors were encountered: