From 972505c7b8a1e6c00ab571d87bc16a4ec1182986 Mon Sep 17 00:00:00 2001 From: vyzo Date: Fri, 1 May 2020 21:44:10 +0300 Subject: [PATCH] fix typo --- score_params.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/score_params.go b/score_params.go index 6544fc1..7f07428 100644 --- a/score_params.go +++ b/score_params.go @@ -76,8 +76,7 @@ type PeerScoreParams struct { // P7: behavioural pattern penalties. // This parameter has an associated counter which tracks misbehaviour as detected by the // router. - // The value of the parameter is the square of the counter, decaying with - // BehaviourPatternPenaltyDecay. + // The value of the parameter is the square of the counter, which decays with BehaviourPenaltyDecay. // The weight of the parameter MUST be negative (or zero to disable). BehaviourPenaltyWeight, BehaviourPenaltyDecay float64