account_list defaults to 0 confirmations for balance
This commit is contained in:
parent
d7c2e4e9b3
commit
6cbbe23c7c
1 changed files with 1 additions and 1 deletions
|
@ -979,7 +979,7 @@ class Daemon(metaclass=JSONRPCServerType):
|
||||||
"""
|
"""
|
||||||
|
|
||||||
@requires("wallet")
|
@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):
|
include_claims=False, show_seed=False):
|
||||||
"""
|
"""
|
||||||
List details of all of the accounts or a specific account.
|
List details of all of the accounts or a specific account.
|
||||||
|
|
Loading…
Reference in a new issue