From 1747c9d866ec643cab0c39a9fc0a22706e8f83df Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Mon, 8 Oct 2018 12:54:56 -0400 Subject: [PATCH] removed --include_reserved from account_list command --- lbrynet/daemon/Daemon.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lbrynet/daemon/Daemon.py b/lbrynet/daemon/Daemon.py index e3c004c37..48c4092c4 100644 --- a/lbrynet/daemon/Daemon.py +++ b/lbrynet/daemon/Daemon.py @@ -1134,7 +1134,6 @@ class Daemon(AuthJSONRPCServer): --account_id= : (str) If provided only the balance for this account will be given --confirmations= : (int) required confirmations (default: 6) - --include_reserved : (bool) include reserved UTXOs (default: false) --include_claims : (bool) include claims, requires than a LBC account is specified (default: false) --show_seed : (bool) show the seed for the account @@ -1146,7 +1145,6 @@ class Daemon(AuthJSONRPCServer): account = self.get_account_or_error(account_id) args = { 'confirmations': confirmations, - 'include_reserved': include_reserved, 'show_seed': show_seed } if include_claims: