Skip to content

Commit

Permalink
fix compactify script
Browse files Browse the repository at this point in the history
  • Loading branch information
jackrobison committed Oct 7, 2021
1 parent d64a5bc commit 43432a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lbry/wallet/server/db/prefixes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43432a9

Please sign in to comment.