From 2a55e583e78dd7c358e74ae8489bf32c864df101 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Fri, 29 Mar 2019 13:52:18 -0400 Subject: [PATCH] added to docstring that a channel_id is a channel claim id --- lbrynet/extras/daemon/Daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbrynet/extras/daemon/Daemon.py b/lbrynet/extras/daemon/Daemon.py index 556ce5452..53ee74f12 100644 --- a/lbrynet/extras/daemon/Daemon.py +++ b/lbrynet/extras/daemon/Daemon.py @@ -1658,7 +1658,7 @@ class Daemon(metaclass=JSONRPCServerType): --claim_id= : (str) find a claim with this claim_id --txid= : (str) find a claim with this txid:nout --nout= : (str) find a claim with this txid:nout - --channel_id= : (str) limit search to specific channel (returns stream claims) + --channel_id= : (str) limit search to specific channel claim id (returns stream claims) --winning : (bool) limit to winning claims --page= : (int) page to return during paginating --page_size= : (int) number of items on page during pagination