Skip to content

Commit

Permalink
Merge pull request #1143 from TypeNaN/fix-bug
Browse files Browse the repository at this point in the history
Add double quote for utf8
  • Loading branch information
revoxhere authored Dec 4, 2021
2 parents 450f835 + cb196e3 commit f7677fd
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 f7677fd

Please sign in to comment.