From cb196e37189a07412171750b97459816a5448264 Mon Sep 17 00:00:00 2001 From: TypeNaN Date: Sat, 4 Dec 2021 19:07:11 +0700 Subject: [PATCH] decode utf8 string --- CLI_Wallet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLI_Wallet.py b/CLI_Wallet.py index 41c384bd..76112c44 100644 --- a/CLI_Wallet.py +++ b/CLI_Wallet.py @@ -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