LLFourn / bdk_core_staging

Staging area for bdk_core initial development
15 stars 12 forks source link

test: Add case to cover unknown outpoint in `calculate_fee` #144

Closed rajarshimaitra closed 1 year ago

rajarshimaitra commented 1 year ago

If we have an unknown transaction input, i.e an outpoint we don't have the TxOut for, calculate_fee should return None.

Fixes #140 .