sipa / bech32

Code snippets and analysis of the Bech32 format
191 stars 107 forks source link

ref/haskell: refactor error handling for bech32Decode #41

Open manifoldhiker opened 6 years ago

manifoldhiker commented 6 years ago

The main reason to refactor was the Maybe in a signature. It is not clear why the given bech32 string is invalid.