Skip to content
Snippets Groups Projects
Commit a68fc7a4 authored by Moul's avatar Moul
Browse files

[mod] fix typo.

parent ceaed3c7
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ def membership_status(certifications, certs, pubkey, req):
params = BlockchainParams().params
if len(certifications["received"]) >= params["sigQty"]:
print(
"Membership expiration due to certifications expirations: "
"Membership expiration due to certification expirations: "
+ certifications["received_expire"][
len(certifications["received"]) - params["sigQty"]
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment