Closed t-bast closed 8 months ago
Attention: 5 lines
in your changes are missing coverage. Please review.
Comparison is base (
86c4837
) 85.97% compared to head (c59af0c
) 85.95%. Report is 1 commits behind head on master.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
When funding a transaction that contains inputs that are external to our bitcoin wallet, bitcoin core will add a lock to those external inputs, thinking that they may be wallet inputs that it doesn't know about yet. In our case, those are never wallet inputs, they are instead:
We previously explicitly filtered those inputs before calling
unlock
, which was wrong. We now also unlock those utxos.