Skip to content

Commit

Permalink
chore: wire 'BlockRangeRootRetriever' in aggregator
Browse files Browse the repository at this point in the history
  • Loading branch information
jpraynaud committed Apr 29, 2024
1 parent 6d86d0a commit 6c3e222
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mithril-aggregator/src/dependency_injection/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1062,8 +1062,10 @@ impl DependenciesBuilder {
Some(1),
self.get_logger().await?,
));
let block_range_root_retriever = self.get_transaction_repository().await?;
let cardano_transactions_builder = Arc::new(CardanoTransactionsSignableBuilder::new(
transactions_importer,
block_range_root_retriever,
self.get_logger().await?,
));
let signable_builder_service = Arc::new(MithrilSignableBuilderService::new(
Expand Down

0 comments on commit 6c3e222

Please sign in to comment.