From e76de326fb88d8bec204a746f5461a385c0bdf82 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Sat, 7 May 2022 14:33:55 +0200 Subject: [PATCH] [fix] cert: Re-add line removed accidentally by merge conflict resolution --- silkaj/cert.py | 1 + 1 file changed, 1 insertion(+) diff --git a/silkaj/cert.py b/silkaj/cert.py index 91e596aa..a3104443 100644 --- a/silkaj/cert.py +++ b/silkaj/cert.py @@ -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: -- GitLab