forked from LBRYCommunity/lbry-sdk
order by file
This commit is contained in:
parent
4b19861a74
commit
017ef5b41a
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ class BlockchainDB:
|
|||
MAX(height) as best_height
|
||||
FROM block_info
|
||||
WHERE status&1 AND status&4
|
||||
ORDER BY file
|
||||
"""
|
||||
args = ()
|
||||
if file_number is not None and start_height is not None:
|
||||
|
|
Loading…
Reference in a new issue