fix compactify script

This commit is contained in:
Jack Robison 2021-10-07 00:37:55 -04:00
parent d64a5bc12f
commit 43432a9e48
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

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