Skip to content
Snippets Groups Projects
Commit 5f129ed3 authored by Fabian Schuh's avatar Fabian Schuh
Browse files

[memo] linting fix

parent e64523e1
No related branches found
No related tags found
No related merge requests found
......@@ -114,5 +114,5 @@ def decode_memo(priv, pub, nonce, message):
message = cleartext[4:]
try:
return _unpad(message.decode('utf8'), 16)
except:
except Exception as e:
raise ValueError(message)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment