Skip to content

Commit

Permalink
fix the problem with skip-gossip
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillLykov committed Sep 13, 2024
1 parent d7de94c commit 26ff07e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dos/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -811,6 +811,9 @@ fn main() {
run_dos(&nodes, 0, Some(Arc::new(udp_client)), cmd_params);
}
};
} else {
// we don't use RpcClient in this case but we must past some template parameter
run_dos::<RpcClient>(&nodes, 0, None, cmd_params);
}
}

Expand Down

0 comments on commit 26ff07e

Please sign in to comment.