fix for #1523
This commit is contained in:
parent
55bcc520e4
commit
427fc179ac
1 changed files with 1 additions and 0 deletions
|
@ -2752,6 +2752,7 @@ class Daemon(AuthJSONRPCServer):
|
|||
return self.wallet_manager.get_transaction(txid)
|
||||
|
||||
@requires(WALLET_COMPONENT)
|
||||
@defer.inlineCallbacks
|
||||
def jsonrpc_utxo_list(self, account_id=None, offset=None, limit=None):
|
||||
"""
|
||||
List unspent transaction outputs
|
||||
|
|
Loading…
Reference in a new issue