babylonchain / staking-indexer

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

hotfix: Add check for disabling rbf of unbonding tx #137

Closed gitferry closed 4 months ago

gitferry commented 4 months ago

A valid unbonding tx needs to disable rbf by setting sequence to 0xffffffff. This pr added this check