rust-bitcoin / rust-bech32-bitcoin

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

change `from_address` API to take a `&str` rather than a `String` #6

Closed apoelstra closed 6 years ago

apoelstra commented 6 years ago

Also some cleanups

clarkmoody commented 6 years ago

Really great cleanups, thanks!