Skip to content

Commit

Permalink
Merge branch 'development' into comms-peer-manager-signed-peers
Browse files Browse the repository at this point in the history
  • Loading branch information
sdbondi authored Dec 14, 2021
2 parents 3abefcd + 9d55eb6 commit 7136f66
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 7136f66

Please sign in to comment.