forked from LBRYCommunity/lbry-sdk
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 = [
|
||||
lambda: b'',
|
||||
struct.Struct(b'>11s').pack
|
||||
struct.Struct(b'>11s').pack,
|
||||
struct.Struct(b'>11sL').pack
|
||||
]
|
||||
|
||||
@classmethod
|
||||
|
|
Loading…
Reference in a new issue