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
I want to use signInputHD for a taproot script path spend but that will fail if I don't specify bip32Derivationhere. It is also not possible to use inputHasHDKey without bip32Derivation. I can't set bip32Derivation since tapLeafScript is defined which would otherwise throw this error. I'm assuming it is intended to use tapBip32Derivation instead but that doesn't seem to be wired up.
The text was updated successfully, but these errors were encountered:
For more context I am working on integrating the code linked here (creating inscriptions) with the MetaMask Bitcoin snap which fails here. The only solution I can see right now is to use signAllInputs and force the derivation path from the caller.
I want to use
signInputHD
for a taproot script path spend but that will fail if I don't specifybip32Derivation
here. It is also not possible to useinputHasHDKey
withoutbip32Derivation
. I can't setbip32Derivation
sincetapLeafScript
is defined which would otherwise throw this error. I'm assuming it is intended to usetapBip32Derivation
instead but that doesn't seem to be wired up.The text was updated successfully, but these errors were encountered: