fix compactify script

This commit is contained in:
Jack Robison 2021-10-07 00:37:55 -04:00 committed by Victor Shyba
parent 8031a55dbb
commit 1022080be6

View file

@ -1371,7 +1371,8 @@ class HashXHistoryPrefixRow(PrefixRow):
key_part_lambdas = [
lambda: b'',
struct.Struct(b'>11s').pack
struct.Struct(b'>11s').pack,
struct.Struct(b'>11sL').pack
]
@classmethod