-
-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
I noticed the field is included:
tapBip32Derivation: [0x16, Bytes32, TaprootBIP32Der, [], [0, 2], false],but in transaction.ts, only bip32Derivation is desired:
if (!input.bip32Derivation || !input.bip32Derivation.length)
throw new Error('bip32Derivation: empty');
Could you share an example to sign input as taproot key spend path using tapBip32Derivation?
Metadata
Metadata
Assignees
Labels
No labels