Skip to content

Commit

Permalink
fixed build error in zebrad/src/components/mempool/crawler.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
idky137 committed Mar 19, 2024
1 parent 06ad700 commit b09707c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebrad/src/components/mempool/crawler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
//! # let peer_set_service = MockService::build().for_unit_tests();
//! # let mempool_service = MockService::build().for_unit_tests();
//! # let (sync_status, _) = SyncStatus::new();
//! # let (_, _, chain_tip_change) = ChainTipSender::new(None, Network::Mainnet);
//! # let (_, _, chain_tip_change) = ChainTipSender::new(None, &Network::Mainnet);
//!
//! let crawler_task = mempool::Crawler::spawn(
//! &mempool::Config::default(),
Expand Down

0 comments on commit b09707c

Please sign in to comment.