Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
aditiharini committed Jan 9, 2025
1 parent 011ec94 commit 7cc0ed1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ async fn main() -> Result<(), Box<dyn Error>> {
let mut onchain_events_subscriber = snapchain::connectors::onchain_events::Subscriber::new(
app_config.onchain_events,
mempool_tx.clone(),
statsd_client.clone(),
)?;
tokio::spawn(async move {
let result = onchain_events_subscriber.run(false).await;
Expand Down

0 comments on commit 7cc0ed1

Please sign in to comment.