WIP: cálculo de impacto ambiental #59

Draft
pedro wants to merge 91 commits from feature/f31-device-enviromental-impact into main
Showing only changes of commit 8e128557c0 - Show all commits

View file

@ -205,6 +205,6 @@ class Build:
def register_device_dlt(self): def register_device_dlt(self):
chid = self.algorithms.get('legacy_dpp') 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_device_dlt(chid, phid, self.uuid, self.user)
register_passport_dlt(chid, phid, self.uuid, self.user) register_passport_dlt(chid, phid, self.uuid, self.user)