Fix duplicate broadcast test (#19365)

This commit is contained in:
carllin
2021-08-27 17:53:24 -07:00
committed by GitHub
parent 6909a79b6f
commit 84db04ce6c
2 changed files with 50 additions and 25 deletions

View File

@ -148,6 +148,11 @@ impl LocalCluster {
.iter()
.zip(&config.node_stakes)
.filter_map(|((node_keypair, in_genesis), stake)| {
info!(
"STARTING LOCAL CLUSTER: key {} has {} stake",
node_keypair.pubkey(),
stake
);
if *in_genesis {
Some((
ValidatorVoteKeypairs {