forked from LBRYCommunity/lbry-sdk
fix compactify script
This commit is contained in:
parent
8031a55dbb
commit
1022080be6
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