Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(stacks-indexer): prevent subtract with overflow (#449)
I was attempting to update Clarinet to the latest version of chainhook-sdk/types, and I ran into this issue when testing the devnet. The devnet mines 100 bitcoin blocks, and the default `pox_info.first_burnchain_block_height` is also 100, so devnet startup would always fail.
- Loading branch information