mvondracek / PA193_mnemonic_Slytherin

BIP39 Mnemonic Phrase Generator and Verifier
0 stars 3 forks source link

CLI fails with hex format #46

Closed sobuch closed 4 years ago

sobuch commented 4 years ago

for example, command 'python3 mnemoniccli.py -g -e test -m testmnemonic -s testseed' will fail with error 'write() argument must be str, not bytes ', this is due to return value of hexlify being of type bytes instead of expected str