diff --git a/lbry/file/file_manager.py b/lbry/file/file_manager.py index cf4dfe5ec..0c1eb7069 100644 --- a/lbry/file/file_manager.py +++ b/lbry/file/file_manager.py @@ -85,7 +85,7 @@ class FileManager: raise ResolveError("cannot download a channel claim, specify a /path") try: resolved_result = await asyncio.wait_for( - self.wallet_manager.ledger.resolve(wallet.accounts, [uri]), + self.wallet_manager.ledger.resolve(wallet.accounts, [uri], include_purchase_receipt=True), resolve_timeout ) except asyncio.TimeoutError: