Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Oct 9, 2024
1 parent bfe92ae commit d4de2f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/node/src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ where
pool: Pool,
) -> eyre::Result<NetworkHandle> {
let mut network_config = self.inner.network_config(ctx)?;
// this is rolled with limited trusted peers and we want ignore any reputation slashing
network_config.peers_config.reputation_weights = ReputationChangeWeights::zero();

let txconfig = TransactionsManagerConfig {
Expand Down

0 comments on commit d4de2f5

Please sign in to comment.