account_list defaults to 0 confirmations for balance

This commit is contained in:
Lex Berezhny 2019-05-04 17:42:21 -04:00
parent d7c2e4e9b3
commit 6cbbe23c7c

View file

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