Skip to content
Snippets Groups Projects
Commit a4e2f3d8 authored by matograine's avatar matograine
Browse files

[enh] fix typo in cert error message

parent c1d89609
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ def pre_checks(client, issuer_pubkey, pubkey_to_certify):
# Check if the certification is already in the pending certifications
for pending_cert in req["pendingCerts"]:
if pending_cert["from"] == issuer_pubkey:
sys.exit("Certification is currently been processed")
sys.exit("Certification is currently being processed")
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