mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-08-31 17:31:29 +00:00
--new-signing-key -> --new_signing_key
This commit is contained in:
parent
eca83d7f47
commit
2c4fde06c5
1 changed files with 2 additions and 2 deletions
|
@ -1828,7 +1828,7 @@ class Daemon(metaclass=JSONRPCServerType):
|
||||||
[--tags=<tags>...] [--clear_tags] [--title=<title>] [--description=<description>]
|
[--tags=<tags>...] [--clear_tags] [--title=<title>] [--description=<description>]
|
||||||
[--language=<language>] [--contact_email=<contact_email>]
|
[--language=<language>] [--contact_email=<contact_email>]
|
||||||
[--homepage_url=<homepage_url>] [--thumbnail_url=<thumbnail_url>] [--cover_url=<cover_url>]
|
[--homepage_url=<homepage_url>] [--thumbnail_url=<thumbnail_url>] [--cover_url=<cover_url>]
|
||||||
[--account_id=<account_id>] [--claim_address=<claim_address>] [--new-signing-key] [--preview]
|
[--account_id=<account_id>] [--claim_address=<claim_address>] [--new_signing_key] [--preview]
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
--claim_id=<claim_id> : (str) claim_id of the channel to update
|
--claim_id=<claim_id> : (str) claim_id of the channel to update
|
||||||
|
@ -1844,7 +1844,7 @@ class Daemon(metaclass=JSONRPCServerType):
|
||||||
--cover_url=<cover_url> : (str) url of cover image
|
--cover_url=<cover_url> : (str) url of cover image
|
||||||
--account_id=<account_id> : (str) id of the account to store channel
|
--account_id=<account_id> : (str) id of the account to store channel
|
||||||
--claim_address=<claim_address>: (str) address where the channel is sent
|
--claim_address=<claim_address>: (str) address where the channel is sent
|
||||||
--new-signing-key : (bool) generate a new signing key, will invalidate all previous publishes
|
--new_signing_key : (bool) generate a new signing key, will invalidate all previous publishes
|
||||||
--preview : (bool) do not broadcast the transaction
|
--preview : (bool) do not broadcast the transaction
|
||||||
"""
|
"""
|
||||||
account = self.get_account_or_default(account_id)
|
account = self.get_account_or_default(account_id)
|
||||||
|
|
Loading…
Add table
Reference in a new issue