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

Use directly FromStr types in StructOpt #43

Merged
merged 2 commits into from
Oct 5, 2021

Commits on Sep 21, 2021

  1. Use directly FromStr types in StructOpt

    With wrong values instead of getting:
    [2021-09-21T13:25:13Z ERROR bdk_cli] Bip32(Base58(BadChecksum(1292914229, 1275556062)))
    
    you get:
    error: Invalid value for '--xprv <XPRV>': base58 encoding error: base58ck checksum 0x4c0770de does not match expected 0x4d104e35
    RCasatta committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    2b37b92 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Configuration menu
    Copy the full SHA
    134cc06 View commit details
    Browse the repository at this point in the history