Skip to content

Commit

Permalink
libp2p to 10 rounds
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron committed Sep 13, 2023
1 parent fe4a2bc commit dbfe08c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions crates/hotshot/examples/infra/modDA.rs
Original file line number Diff line number Diff line change
Expand Up @@ -847,8 +847,6 @@ where
.await
.unwrap();

underlying_quorum_network.wait_for_ready().await;

// Create the network
let quorum_network: Libp2pCommChannel<
TYPES,
Expand All @@ -872,7 +870,9 @@ where
DAProposal<TYPES>,
DAVote<TYPES>,
MEMBERSHIP,
> = Libp2pCommChannel::new(underlying_quorum_network.into());
> = Libp2pCommChannel::new(underlying_quorum_network.clone().into());

underlying_quorum_network.wait_for_ready().await;

Libp2pDARun {
config,
Expand Down
2 changes: 1 addition & 1 deletion crates/orchestrator/default-libp2p-run-config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rounds = 100
rounds = 10
transactions_per_round = 10
node_index = 0
seed = [
Expand Down

0 comments on commit dbfe08c

Please sign in to comment.