no order by file

This commit is contained in:
Lex Berezhny 2020-06-26 23:37:10 -04:00
parent 017ef5b41a
commit 9500be26fd

View file

@ -107,7 +107,6 @@ 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: