fixed build error in zebrad/src/components/mempool/crawler.rs

This commit is contained in:
idky137 2024-03-19 15:55:44 +00:00
parent 06ad700683
commit b09707ca4a
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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(),