forked from LBRYCommunity/lbry-sdk
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)
|
return self.wallet_manager.get_transaction(txid)
|
||||||
|
|
||||||
@requires(WALLET_COMPONENT)
|
@requires(WALLET_COMPONENT)
|
||||||
|
@defer.inlineCallbacks
|
||||||
def jsonrpc_utxo_list(self, account_id=None, offset=None, limit=None):
|
def jsonrpc_utxo_list(self, account_id=None, offset=None, limit=None):
|
||||||
"""
|
"""
|
||||||
List unspent transaction outputs
|
List unspent transaction outputs
|
||||||
|
|
Loading…
Add table
Reference in a new issue