-
Type: Bug
-
Status: Done (View Workflow)
-
Priority: Major
-
Resolution: Done
-
Labels:None
Hash of calculate_pfsVisitHash and calculate_pfsConfigId need to be 8byte.
> # convert to int and truncate to 8 bytes
> sha1 = int(m.hexdigest(), 16) & 0xffffffff
I think 0xffffffff is 4byte....?
- relates to
-
DAMD-56 Change pfsVisitHash formatting from %08x to 0x%016x
- Done