forked from LBRYCommunity/lbry-sdk
check all kwargs are consumed on claim search
This commit is contained in:
parent
2b62330980
commit
f3710fa153
1 changed files with 2 additions and 0 deletions
|
@ -1603,6 +1603,8 @@ class API:
|
|||
'include_total': pagination['include_total'],
|
||||
'order_by': order_by
|
||||
})
|
||||
_, kwargs = pop_kwargs("no_totals", kwargs) # deprecated, ignoring
|
||||
claim_filter_dict.update(kwargs)
|
||||
if protobuf:
|
||||
return await self.service.protobuf_search_claims(**remove_nulls(claim_filter_dict))
|
||||
result = await self.service.search_claims(
|
||||
|
|
Loading…
Reference in a new issue