Merge pull request #519 from lbryio/fix_publish_docstring

fix docstring for daemon publish command
This commit is contained in:
Umpei Kay Kurokawa 2017-03-08 10:50:54 -05:00 committed by GitHub
commit 531fa63590

View file

@ -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
""" """