fix compactify script
This commit is contained in:
parent
d64a5bc12f
commit
43432a9e48
1 changed files with 2 additions and 1 deletions
|
@ -1371,7 +1371,8 @@ class HashXHistoryPrefixRow(PrefixRow):
|
||||||
|
|
||||||
key_part_lambdas = [
|
key_part_lambdas = [
|
||||||
lambda: b'',
|
lambda: b'',
|
||||||
struct.Struct(b'>11s').pack
|
struct.Struct(b'>11s').pack,
|
||||||
|
struct.Struct(b'>11sL').pack
|
||||||
]
|
]
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|
Loading…
Reference in a new issue