thomaspasser / bech32-vanitygen-helper

Find suitable base58 bitcoin addresses from a bech32 cashaddress
6 stars 5 forks source link

Made the script not die if called with no args #1

Closed cculianu closed 6 years ago

cculianu commented 6 years ago

I initially ran the script with no args expecting to get usage instructions.

Instead I got an exception.

This fixes that!

thomaspasser commented 6 years ago

Thanks, maybe it could print the usage instructions? Like this Usage: python bech32.py [pattern]

Edit: I'll just do that myself :)

cculianu commented 6 years ago

Yeah -- I think that would be better. Go for it! :)