diff --git a/lib/p2p/NodeList.ts b/lib/p2p/NodeList.ts index 088c12710..a31948920 100644 --- a/lib/p2p/NodeList.ts +++ b/lib/p2p/NodeList.ts @@ -194,7 +194,7 @@ class NodeList extends EventEmitter { node.reputationScore = reputationEventWeight[event]; break; } - default: node.reputationScore += reputationEventWeight[event]; + default: node.reputationScore += reputationEventWeight[event]; break; } }