You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
cyyber
changed the title
Wallet version 0 are decrypted by CLI but fails while saving decrypted file
Wallet version 0 are decrypted by CLI but fails to save decrypted file
Oct 13, 2018
Wallet version 0 are decrypted by CLI but fails while saving decrypted file.
The issue is related to https://github.com/theQRL/QRL/blob/master/src/qrl/core/Wallet.py#L325 which triggers Exception before saving the file. The above line in code is missing check if the wallet is encrypted or partial encrypted.
The text was updated successfully, but these errors were encountered: