rust-bitcoin / rust-bech32

Bech32 format encoding and decoding
MIT License
94 stars 49 forks source link

Make Bech32Writer constructor public #110

Closed tcharding closed 1 year ago

tcharding commented 1 year ago

During comit 10e32e91 Add checksum module I somehow made the constructor private, this is clearly incorrect. Revert the change by making the constructor public again.

apoelstra commented 1 year ago

I think we should just keep moving forward toward deleting BitWriter entirely.