From 746de0c70b7c76227d56054195d511ee9100d74d Mon Sep 17 00:00:00 2001 From: Neeraj Kashyap Date: Tue, 10 Aug 2021 06:41:18 -0700 Subject: [PATCH] Added issue link to a TODO --- backend/moonstream/routes/streams.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/moonstream/routes/streams.py b/backend/moonstream/routes/streams.py index 9f0436c7..7bd8d9a8 100644 --- a/backend/moonstream/routes/streams.py +++ b/backend/moonstream/routes/streams.py @@ -80,6 +80,7 @@ async def search_transactions( raise HTTPException(status_code=500) # TODO(andrey, kompotkot): Pagination over resources!! + # Issue: https://github.com/bugout-dev/brood/issues/14 address_to_subscriptions = { resource.resource_data["address"]: resource.resource_data for resource in user_subscriptions_resources.resources @@ -95,7 +96,6 @@ async def search_transactions( ) if address_to_subscriptions: - print("address_to_subscriptions") response = await ethereum_transaction.get_transaction_in_blocks( db_session=db_session, query=q,