Browse Source
In the Python3 compatibility upgrade, jmbase.support.getpassword was changed and now returns bytes, therefore the password should not be utf-8 encoded in the function decrypt_wallet_data. Without this change, the conversion script errors; this fixes that error.master
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue