Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix p2tr spend/change bug #351

Merged
merged 3 commits into from
Jun 29, 2023
Merged

Commits on Mar 19, 2023

  1. taproot_bip32_derivations won't be populated for non-change p2tr addr…

    …esses and therefor my_pubkey will be None.
    
    The additional indendation of script.p2tr(my_pubkey) will make it so it's only called when my_pubkey is not None.
    newtonick committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    afdd3d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27e6412 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. - remove unnecessary imports

    - add test doc string
    newtonick committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    28a4999 View commit details
    Browse the repository at this point in the history