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

Add PSBT alias #951

Merged
merged 1 commit into from Apr 20, 2022
Merged

Add PSBT alias #951

merged 1 commit into from Apr 20, 2022

Commits on Apr 17, 2022

  1. Add PSBT alias

    Programmers are inherently lazy and for good reason. I'm yet to see
    anyone write `PartiallySignedTransaction` in code that uses
    `rust-bitcoin`, its too obvious to add a type alias for PSBTs, let's
    just do it ourselves to save everyone else having to do so.
    
    Add public type alias `Psbt` for `PartiallySignedTransaction`.
    tcharding committed Apr 17, 2022
    Copy the full SHA
    f92854a View commit details
    Browse the repository at this point in the history