babylonchain / staking-indexer

A tool that extracts BTC staking relevant data from the Bitcoin blockchain
Other
3 stars 4 forks source link

hotfix: Remove isSynced variable #126

Closed gitferry closed 4 months ago

gitferry commented 4 months ago

Closes #125 #123 #120. One notable change is to remove the troublesome isSynced variable. We can remove it because bootstrapping now only happens in a single thread.