fix test purchase

This commit is contained in:
Victor Shyba 2020-04-26 06:15:36 -03:00
parent 64c25b049c
commit de78876b1a

View file

@ -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: