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