DPP/DLT functionality #36

Merged
pedro merged 68 commits from dpp into main 2024-12-11 15:15:14 +00:00
Showing only changes of commit f566bfdf03 - Show all commits

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)