From 26dd6d2ac77a0a44368388c2cd8611e9f9179914 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Thu, 30 May 2019 21:57:49 -0400 Subject: [PATCH] claim search test fix --- lbrynet/wallet/server/db.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lbrynet/wallet/server/db.py b/lbrynet/wallet/server/db.py index f1deeca27..33c3aafaf 100644 --- a/lbrynet/wallet/server/db.py +++ b/lbrynet/wallet/server/db.py @@ -663,6 +663,7 @@ class SQLDB: if constraints.pop('is_controlling', False): if {'sequence', 'amount_order'}.isdisjoint(constraints): + join = True constraints['claimtrie.claim_hash__is_not_null'] = '' if 'sequence' in constraints: constraints['order_by'] = 'claim.activation_height ASC'