From 9500be26fd2a5f8cef8604da15a277b2d3968371 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Fri, 26 Jun 2020 23:37:10 -0400 Subject: [PATCH] no order by file --- lbry/blockchain/database.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lbry/blockchain/database.py b/lbry/blockchain/database.py index f73be6b3e..f18c6ef13 100644 --- a/lbry/blockchain/database.py +++ b/lbry/blockchain/database.py @@ -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: