forked from LBRYCommunity/lbry-sdk
recursive channel lookup
This commit is contained in:
parent
485d5d55e8
commit
3ce9f31f4b
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ class WalletDatabase(BaseDatabase):
|
||||||
if channel_ids:
|
if channel_ids:
|
||||||
channels = {
|
channels = {
|
||||||
txo.claim_id: txo for txo in
|
txo.claim_id: txo for txo in
|
||||||
(await super().get_utxos(
|
(await self.get_claims(
|
||||||
my_account=my_account,
|
my_account=my_account,
|
||||||
claim_id__in=channel_ids
|
claim_id__in=channel_ids
|
||||||
))
|
))
|
||||||
|
|
Loading…
Reference in a new issue