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

I might just have this screwed up, but, #34

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 15, 2024

  1. Update v0.rs

    Thank you, your repo is super helpful to me. I can't get v0.rs to sign the psbt as is. If psbt.bip32_derivation does not have public key : KeySource, the keypair never signs the transaction because
    psbt.sign calls bip32_sign_ecdsa() for ecdsa signatures, and bip32_sign_ecdsa() iterates over psbt.bip32_derivation, so I faked the BTreeMap<PublicKey, KeySource> entries for each pk. Thanks again! BE
    brianebert authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    cdaba04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4142cb0 View commit details
    Browse the repository at this point in the history