fix support test
This commit is contained in:
parent
6a58148a89
commit
87089b8e83
1 changed files with 0 additions and 3 deletions
|
@ -3947,9 +3947,6 @@ class Daemon(metaclass=JSONRPCServerType):
|
||||||
kwargs['unspent'] = True
|
kwargs['unspent'] = True
|
||||||
if tips is True:
|
if tips is True:
|
||||||
kwargs['is_not_my_input'] = True
|
kwargs['is_not_my_input'] = True
|
||||||
kwargs['is_my_output'] = True
|
|
||||||
else:
|
|
||||||
kwargs['is_my_input_or_output'] = True
|
|
||||||
return self.jsonrpc_txo_list(*args, **kwargs)
|
return self.jsonrpc_txo_list(*args, **kwargs)
|
||||||
|
|
||||||
@requires(WALLET_COMPONENT)
|
@requires(WALLET_COMPONENT)
|
||||||
|
|
Loading…
Reference in a new issue