From 6cbbe23c7c9a557fa227b9cb308fc288a004f932 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Sat, 4 May 2019 17:42:21 -0400 Subject: [PATCH] account_list defaults to 0 confirmations for balance --- lbrynet/extras/daemon/Daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbrynet/extras/daemon/Daemon.py b/lbrynet/extras/daemon/Daemon.py index af3f5844a..026198983 100644 --- a/lbrynet/extras/daemon/Daemon.py +++ b/lbrynet/extras/daemon/Daemon.py @@ -979,7 +979,7 @@ class Daemon(metaclass=JSONRPCServerType): """ @requires("wallet") - def jsonrpc_account_list(self, account_id=None, confirmations=6, + def jsonrpc_account_list(self, account_id=None, confirmations=0, include_claims=False, show_seed=False): """ List details of all of the accounts or a specific account.