rust-bitcoin / rust-bech32-bitcoin

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

signet: fix bech32 #29

Closed kallewoof closed 3 years ago

kallewoof commented 3 years ago

Signet was switched last minute to use the same bech32 hrp as testnet. This PR reflects that change.