bugfix attempt verifyProof

co-authored with cayo
This commit is contained in:
pedro 2024-11-28 21:14:32 +01:00 committed by Cayo Puigdefabregas
parent 25e7e85548
commit 8e128557c0

View file

@ -205,6 +205,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)