rust-bitcoin / rust-bech32

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

Use correct lifetime #172

Closed tcharding closed 7 months ago

tcharding commented 7 months ago

We are returning an reference to the ascii input string, this has a lifetime associated with it - use it.