babylonchain / staking-indexer

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

Indexer does not support the spending of multiple Staking/Unbonding transactions #121

Closed gitferry closed 4 months ago

gitferry commented 4 months ago

when the indexer checks for withdrawal transactions, it only extracts the first staking/unbonding transaction that the tx could potentially withdraw from. We should find all of them

gitferry commented 4 months ago

addressed by #124