You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Currently the code is not handling reorgs because it uses
GET /block/height/{height}
, which is not advised. It would be best to useGET /block/hash/{hash}
if block height is >last_block_height
-CONFIRMS
.The text was updated successfully, but these errors were encountered: