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

[fix] cert: Re-add line removed accidentally

by merge conflict resolution
parent f09837a9
No related branches found
No related tags found
No related merge requests found
......@@ -90,6 +90,7 @@ def pre_checks(client, issuer_pubkey, pubkey_to_certify):
# Check if the certification can be renewed
params = get_blockchain_parameters()
req = client(bma.wot.requirements, pubkey_to_certify)
req = req["identities"][0]
for cert in req["certifications"]:
if cert["from"] == issuer_pubkey:
......
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