bugfix attempt verifyProof
co-authored with cayo
This commit is contained in:
parent
f04d425a31
commit
f566bfdf03
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue