Skip to content

Commit

Permalink
Merge pull request #5241 from stacks-network/fix/dont-ban-for-missing…
Browse files Browse the repository at this point in the history
…-reward-set

fix: don't ban peers for sending us nakamoto blocks we can't yet handle
  • Loading branch information
wileyj committed Sep 25, 2024
2 parents 447bb15 + cb2f490 commit de29c64
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions stackslib/src/net/relay.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1725,9 +1725,6 @@ impl Relayer {
"Failed to validate Nakamoto blocks pushed from {:?}: {:?}",
neighbor_key, &e
);

// punish this peer
bad_neighbors.push((*neighbor_key).clone());
break;
}

Expand Down

0 comments on commit de29c64

Please sign in to comment.