rust-bitcoin / rust-bech32-bitcoin

Encoding and decoding Segregated Witness addresses in Bech32 format
16 stars 25 forks source link

Convert to lowercase within from_address #2

Closed clarkmoody closed 7 years ago

clarkmoody commented 7 years ago

Test vectors for human-readable part are converted to lowercase outside of WitnessProgram::from_address, which does not generalize.