forked from LBRYCommunity/lbry-sdk
fixed typo in daemon API doc
This commit is contained in:
parent
355dfcb6c1
commit
c739fa3ca1
1 changed files with 1 additions and 1 deletions
|
@ -2897,7 +2897,7 @@ class Daemon(metaclass=JSONRPCServerType):
|
||||||
[--account_id=<account_id>] [--preview] [--blocking]
|
[--account_id=<account_id>] [--preview] [--blocking]
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
--claim_id=<claim_id> : (str) claim_id of the claim to abandon
|
--claim_id=<claim_id> : (str) claim_id of the support to abandon
|
||||||
--txid=<txid> : (str) txid of the claim to abandon
|
--txid=<txid> : (str) txid of the claim to abandon
|
||||||
--nout=<nout> : (int) nout of the claim to abandon
|
--nout=<nout> : (int) nout of the claim to abandon
|
||||||
--keep=<keep> : (decimal) amount of lbc to keep as support
|
--keep=<keep> : (decimal) amount of lbc to keep as support
|
||||||
|
|
Loading…
Reference in a new issue