mirror of
https://github.com/ACINQ/eclair.git
synced 2025-03-14 03:48:13 +01:00
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: - the current channel output, when creating a splice transaction - an output of the commitment transaction, when force-closing We previously explicitly filtered those inputs before calling `unlock`, which was wrong. We now also unlock those utxos. |
||
---|---|---|
.. | ||
src | ||
eclair-cli | ||
pom.xml |