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

Compute checksums for wallet descriptors without bitcoind #364

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 22, 2022

  1. Compute checksums for wallet descriptors without bitcoind

    The desc_checksum function and poly_mod were taken from rust-miniscript: https://github.com/rust-bitcoin/rust-miniscript/blob/master/src/descriptor/checksum.rs
    Hopefully the desc_checksum function will be publicly exposed in the future and we can remove it.
    JSwambo committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    b08f5a3 View commit details
    Browse the repository at this point in the history