lightningnetwork / lnd

Lightning Network Daemon ⚡️
MIT License
7.65k stars 2.07k forks source link

[bug]: PSBT funding for SIMPLE_TAPROOT channels returns inconsistent funding address #7929

Closed alexbosworth closed 1 year ago

alexbosworth commented 1 year ago

Background

When using the PSBT shim in the OpenChannel API, an invalid address is returned for the funding address. Because these are inconsistent, sending to one would suggest chain funds potentially getting stuck

Your environment

Steps to reproduce

Expected behavior

Actual behavior

Example output:

guggero commented 1 year ago

Found the issue, working on a fix.