Skip to content
Snippets Groups Projects
Commit 0f6dbaa5 authored by matograine's avatar matograine Committed by Moul
Browse files

[enh] fix typo in cert error message

parent 90950e82
No related branches found
No related tags found
1 merge request!170#89: Implement revocation command
...@@ -104,7 +104,7 @@ def pre_checks(client, issuer_pubkey, pubkey_to_certify): ...@@ -104,7 +104,7 @@ def pre_checks(client, issuer_pubkey, pubkey_to_certify):
# Check if the certification is already in the pending certifications # Check if the certification is already in the pending certifications
for pending_cert in req["pendingCerts"]: for pending_cert in req["pendingCerts"]:
if pending_cert["from"] == issuer_pubkey: if pending_cert["from"] == issuer_pubkey:
sys.exit("Certification is currently been processed") sys.exit("Certification is currently being processed")
return issuer return issuer
......
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