added to docstring that a channel_id is a channel claim id

This commit is contained in:
Lex Berezhny 2019-03-29 13:52:18 -04:00
parent 2c4fde06c5
commit 2a55e583e7

View file

@ -1658,7 +1658,7 @@ class Daemon(metaclass=JSONRPCServerType):
--claim_id=<claim_id> : (str) find a claim with this claim_id
--txid=<txid> : (str) find a claim with this txid:nout
--nout=<nout> : (str) find a claim with this txid:nout
--channel_id=<channel_id> : (str) limit search to specific channel (returns stream claims)
--channel_id=<channel_id> : (str) limit search to specific channel claim id (returns stream claims)
--winning : (bool) limit to winning claims
--page=<page> : (int) page to return during paginating
--page_size=<page_size> : (int) number of items on page during pagination