sipa / bech32

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

Cleaner version to empty the result #5

Closed romanornr closed 7 years ago

romanornr commented 7 years ago

change if(address.length === 0)  into if(!address.length)  Same effect, just a bit cleaner.