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
Version 10.21.0 introduced a change to fundPsbt and then version 10.22.0 added the same change to createFundedPsbt to add a new argument change_format to allow a caller to explicitly specify p2tr or leave it to a default selection
Need typescript modifications for createFundedPsbt as well
This was a complicated thing because there is a matrix of outcomes, some versions of LND went back on forth in default behavior and older versions of LND don't support the new createFundedPsbt, currently LND has multiple independent ways to create a PSBT
Version 10.21.0 introduced a change to
fundPsbt
and then version 10.22.0 added the same change tocreateFundedPsbt
to add a new argumentchange_format
to allow a caller to explicitly specifyp2tr
or leave it to a default selectionNeed typescript modifications for
createFundedPsbt
as wellThis was a complicated thing because there is a matrix of outcomes, some versions of LND went back on forth in default behavior and older versions of LND don't support the new createFundedPsbt, currently LND has multiple independent ways to create a PSBT
ping @bkiac
The text was updated successfully, but these errors were encountered: