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
Describe the bug On Simnet, in at-block, burn-block-height returns the highest latest value, not the value on that block
To Reproduce Steps to reproduce the behavior:
(define-read-only (get-burn (height uint)) (let ( (id (unwrap! (get-stacks-block-info? id-header-hash height) err-invalid-args)) ) (at-block id (ok { burn-block-height: burn-block-height, stacks-block-height: stacks-block-height }) ) ) )
(contract-call? .contract get-burn u3)
Expected behavior burn-block-height should return the height for that at-block
Screenshots
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
hugocaillard
No branches or pull requests
Describe the bug
On Simnet, in at-block, burn-block-height returns the highest latest value, not the value on that block
To Reproduce
Steps to reproduce the behavior:
Expected behavior
burn-block-height should return the height for that at-block
Screenshots
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: