bugfix attempt verifyProof

co-authored with cayo
This commit is contained in:
pedro 2024-11-28 21:14:32 +01:00
parent f04d425a31
commit f566bfdf03

View file

@ -198,6 +198,6 @@ class Build:
def register_device_dlt(self):
chid = self.algorithms.get('legacy_dpp')
phid = self.get_signature(json.dumps(self.get_phid()))
phid = self.get_signature(self.get_phid())
register_device_dlt(chid, phid, self.uuid, self.user)
register_passport_dlt(chid, phid, self.uuid, self.user)