Skip to content

Commit

Permalink
node/utils/test-genesis: remove unnecessary broadcaster task
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Aug 15, 2024
1 parent aa72fc1 commit d182726
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/node/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -958,8 +958,6 @@ pub fn test_genesis_files(
// broadcaster service
let (broadcast_sender, _broadcaster_receiver) = mpsc::unbounded_channel();

// Start dummy broadcaster
let _broadcaster = spawn_dummy_task(());
let chain_id = config.chain_id.to_string();
// start an instance of the ledger
let mut shell = Shell::<MockDB, Sha256Hasher>::new(
Expand Down

0 comments on commit d182726

Please sign in to comment.