You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating trying to fund a psbt that creates an OP_RETURN with 0 value it gives the error PSBT packet must contain at least one input or output. If I change the output to be 1 satoshi, it will work.
example psbt: cHNidP8BACABAAAAAAEAAAAAAAAAAA1qC2hlbGxvIHdvcmxkAAAAAAAA
Seems to be related to btcd expecting witness serialization psbts
When creating trying to fund a psbt that creates an OP_RETURN with 0 value it gives the error
PSBT packet must contain at least one input or output
. If I change the output to be 1 satoshi, it will work.example psbt:
cHNidP8BACABAAAAAAEAAAAAAAAAAA1qC2hlbGxvIHdvcmxkAAAAAAAA
Seems to be related to btcd expecting witness serialization psbts
more info here:
lightningnetwork/lnd#6386
The text was updated successfully, but these errors were encountered: