Skip to content

Commit

Permalink
PSBT tests - add simple TR miniscript cases
Browse files Browse the repository at this point in the history
add multisig with descriptor cases
  • Loading branch information
odudex committed Jan 27, 2025
1 parent 8bb54c0 commit c9c1b5d
Show file tree
Hide file tree
Showing 2 changed files with 371 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/krux/psbt.py
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,6 @@ def get_policy(scope, scriptpubkey, xpubs, origin_less_xpub=None):
if len(cosigners) > 1:
policy.update({"cosigners": cosigners})
except Exception as e:
print("Error getting taproot PSBT cosigners: ", e)
print(e)

return policy
Loading

0 comments on commit c9c1b5d

Please sign in to comment.