kopia lustrzana https://github.com/bugout-dev/moonstream
stream_processors.{ethereum_transaction -> ethereum_blockchain}
rodzic
f10db1695e
commit
13b8e3bfe7
|
@ -12,7 +12,7 @@ from moonstreamdb import db
|
|||
from sqlalchemy.orm import Session
|
||||
|
||||
|
||||
from ..stream_processors import ethereum_transaction
|
||||
from ..stream_processors import ethereum_blockchain
|
||||
from .. import data
|
||||
from ..middleware import BroodAuthMiddleware
|
||||
from ..settings import (
|
||||
|
@ -96,7 +96,7 @@ async def search_transactions(
|
|||
)
|
||||
|
||||
if address_to_subscriptions:
|
||||
response = await ethereum_transaction.get_transaction_in_blocks(
|
||||
response = await ethereum_blockchain.get_transaction_in_blocks(
|
||||
db_session=db_session,
|
||||
query=q,
|
||||
user_subscriptions_resources_by_address=address_to_subscriptions,
|
||||
|
|
Ładowanie…
Reference in New Issue