mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-09-05 05:15:14 +00:00
docopt doc string fix
This commit is contained in:
parent
9f1f2b1781
commit
565ef5e454
1 changed files with 1 additions and 1 deletions
|
@ -1730,7 +1730,7 @@ class Daemon(metaclass=JSONRPCServerType):
|
||||||
--valid_channel_signatures : (bool) only return claims with valid channel signatures
|
--valid_channel_signatures : (bool) only return claims with valid channel signatures
|
||||||
--invalid_channel_signatures : (bool) only return claims with invalid channel signatures
|
--invalid_channel_signatures : (bool) only return claims with invalid channel signatures
|
||||||
--is_controlling : (bool) only return winning claims of their respective name
|
--is_controlling : (bool) only return winning claims of their respective name
|
||||||
--public_key_id : (str) only return channels having this public key id, this is
|
--public_key_id=<public_key_id> : (str) only return channels having this public key id, this is
|
||||||
the same key as used in the wallet file to map
|
the same key as used in the wallet file to map
|
||||||
channel certificate private keys: {'public_key_id': 'private key'}
|
channel certificate private keys: {'public_key_id': 'private key'}
|
||||||
--height=<height> : (int) last updated block height (supports equality constraints)
|
--height=<height> : (int) last updated block height (supports equality constraints)
|
||||||
|
|
Loading…
Add table
Reference in a new issue