mirror of
https://github.com/ACINQ/eclair.git
synced 2025-02-24 14:50:46 +01:00
When publishing delayed txes, we need to first watch the parent transaction in order to know how many confirmations it has. Electrum relies on hashes of `pubkeyScript`s in order to track transactions. In order to do this without having the parent transaction at hand, we recompute the `pubkeyScript` from the child transaction witness data and give it to Electrum. But if the script was a `pay2wsh`, we were using the `redeemScript` instead of computing the `pubkeyScript`. This is the root cause of https://github.com/ACINQ/eclair-wallet/issues/17. |
||
---|---|---|
.. | ||
src | ||
eclair-cli | ||
pom.xml |