Skip to content

Commit b126d17

Browse files
committed
Merge branch 'develop' of https://github.com/stacks-network/stacks-core into chore/fix-multiple-miners
2 parents 1f53fac + de29c64 commit b126d17

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

stackslib/src/net/relay.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1725,9 +1725,6 @@ impl Relayer {
17251725
"Failed to validate Nakamoto blocks pushed from {:?}: {:?}",
17261726
neighbor_key, &e
17271727
);
1728-
1729-
// punish this peer
1730-
bad_neighbors.push((*neighbor_key).clone());
17311728
break;
17321729
}
17331730

0 commit comments

Comments
 (0)