Skip to content
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

Need to use GET /block/hash/{hash} for last X confirmed blocks #123

Open
chamorin opened this issue Feb 21, 2024 · 0 comments
Open

Need to use GET /block/hash/{hash} for last X confirmed blocks #123

chamorin opened this issue Feb 21, 2024 · 0 comments

Comments

@chamorin
Copy link
Contributor

Currently the code is not handling reorgs because it uses GET /block/height/{height}, which is not advised. It would be best to use GET /block/hash/{hash} if block height is > last_block_height - CONFIRMS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant