From 48c64143e359a1f89d1525fbbaca7a63d23e23c9 Mon Sep 17 00:00:00 2001 From: Patrick Keane Date: Wed, 17 Feb 2021 15:30:30 -0500 Subject: [PATCH] Add no_totals argument to claim search --- lbry/extras/daemon/daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbry/extras/daemon/daemon.py b/lbry/extras/daemon/daemon.py index 5994de521..7319710c3 100644 --- a/lbry/extras/daemon/daemon.py +++ b/lbry/extras/daemon/daemon.py @@ -2372,7 +2372,7 @@ class Daemon(metaclass=JSONRPCServerType): [--not_languages=...] [--any_locations=...] [--all_locations=...] [--not_locations=...] - [--order_by=...] [--page=] [--page_size=] + [--order_by=...] [--no_totals] [--page=] [--page_size=] [--wallet_id=] [--include_purchase_receipt] [--include_is_my_output] [--new_sdk_server=]