Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
stringhandler committed Dec 13, 2021
1 parent 2f8bc35 commit 9d55eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dan_layer/core/src/workers/consensus_worker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ mod test {
todo!()
// let mut replica_a = ConsensusWorker::new(inbound, outbound, committee_manager, node_id,
// mock_static_payload_provider("Hello"), events_publisher, mock_signing_service(), mock_payload_processor(),
// AssetDefinition::default(), mock_base_node_client(), Duration::from_secs(5),
// AssetDefinition::default(), mock_base_node_client(), Duration::from_secs(5),
// , ); tokio::spawn(async move {
// let _res = replica_a.run(shutdown_signal, Some(2)).await;
// })
Expand Down

0 comments on commit 9d55eb6

Please sign in to comment.