Skip to content

Commit

Permalink
decode utf8 string
Browse files Browse the repository at this point in the history
  • Loading branch information
TypeNaN authored Dec 4, 2021
1 parent 450f835 commit cb196e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CLI_Wallet.py
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ def reconnect():
b64decode(
config["wallet"]["password"]
).decode("utf8")
).decode(utf8)
).decode("utf8")
except InvalidToken:
print(getString("invalid_passphrase_wrapper"))
use_wrapper = False
Expand Down

0 comments on commit cb196e3

Please sign in to comment.