Remove async_trait comments

This commit is contained in:
Daniil Polyakov 2026-01-29 23:12:33 +03:00
parent c1d2b625ea
commit 616159f936
2 changed files with 0 additions and 2 deletions

View File

@ -161,7 +161,6 @@ impl MockIndexerService {
}
}
// `async_trait` is required by `jsonrpsee`
#[async_trait::async_trait]
impl indexer_service_rpc::RpcServer for MockIndexerService {
async fn subscribe_to_blocks(

View File

@ -15,7 +15,6 @@ impl IndexerService {
}
}
// `async_trait` is required by `jsonrpsee`
#[async_trait::async_trait]
impl indexer_service_rpc::RpcServer for IndexerService {
async fn subscribe_to_blocks(