transaction.py: impl taproot key-spends
Add support for key-path-spending taproot utxos into transaction.py. - no wallet support yet - add some psbt, and minimal descriptor support - preliminary work towards script-path spends
This commit is contained in:
@@ -118,7 +118,7 @@ class KeyStore(Logger, ABC):
|
||||
return {}
|
||||
keypairs = {}
|
||||
for pubkey in txin.pubkeys:
|
||||
if pubkey in txin.part_sigs:
|
||||
if pubkey in txin.sigs_ecdsa:
|
||||
# this pubkey already signed
|
||||
continue
|
||||
derivation = self.get_pubkey_derivation(pubkey, txin)
|
||||
|
||||
Reference in New Issue
Block a user