forked from LBRYCommunity/lbry-sdk
Merge pull request #519 from lbryio/fix_publish_docstring
fix docstring for daemon publish command
This commit is contained in:
commit
531fa63590
1 changed files with 4 additions and 5 deletions
|
@ -1735,11 +1735,10 @@ class Daemon(AuthJSONRPCServer):
|
||||||
the stream from your existing claim for the name will be used
|
the stream from your existing claim for the name will be used
|
||||||
'fee' (optional): dict, FeeValidator compliant
|
'fee' (optional): dict, FeeValidator compliant
|
||||||
Returns:
|
Returns:
|
||||||
'success' : True if claim was succesful , False otherwise
|
'tx' : hex encoded transaction
|
||||||
'reason' : if not succesful, give reason
|
'txid' : txid of resulting transaction
|
||||||
'txid' : txid of resulting transaction if succesful
|
'nout' : nout of the resulting support claim
|
||||||
'nout' : nout of the resulting support claim if succesful
|
'fee' : fee paid for the claim transaction
|
||||||
'fee' : fee paid for the claim transaction if succesful
|
|
||||||
'claim_id' : claim id of the resulting transaction
|
'claim_id' : claim id of the resulting transaction
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue