From 6de7a035fae37ce5ba7ee9a1d9252b76b7188dbc Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Thu, 26 Mar 2020 22:28:33 -0400 Subject: [PATCH] added preview/blocking back into doc string --- lbry/extras/daemon/daemon.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lbry/extras/daemon/daemon.py b/lbry/extras/daemon/daemon.py index ff372f68c..8a93e3fe4 100644 --- a/lbry/extras/daemon/daemon.py +++ b/lbry/extras/daemon/daemon.py @@ -4260,7 +4260,7 @@ class Daemon(metaclass=JSONRPCServerType): [--claim_id=...] [--channel_id=...] [--name=...] [--is_my_input | --is_not_my_input] [--exclude_internal_transfers] [--wallet_id=] - [--batch_size=] + [--preview] [--blocking] [--batch_size=] Options: --type= : (str or list) claim type: stream, channel, support, @@ -4277,6 +4277,8 @@ class Daemon(metaclass=JSONRPCServerType): flag can be used in combination with any of the other flags --account_id= : (str) id of the account to query --wallet_id= : (str) restrict results to specific wallet + --preview : (bool) do not broadcast the transaction + --blocking : (bool) wait until abandon is in mempool --batch_size= : (int) number of txos to spend per transactions Returns: {List[Transaction]}