Coinbase utxos are unspendable until they have 100 confirmations.
Add a function ignoreUnspendableUtxos with unit tests.
This function is not yet implemented. Will need to add chaintipBlockheight to wallet context before implementing.
Differential D15179
[Cashtab] Add function to filter out unspendable coinbase utxos from utxo set bytesofman on Jan 16 2024, 14:39. Authored by Tags None Subscribers None
Details
Coinbase utxos are unspendable until they have 100 confirmations. Add a function ignoreUnspendableUtxos with unit tests. This function is not yet implemented. Will need to add chaintipBlockheight to wallet context before implementing. npm test
Diff Detail
|