[#488] reputation/local/storage: Add trusting peer

Fix iteration logic after adding trusting peer
in `Trust` struct.

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
Pavel Karpy 2021-04-27 22:18:29 +03:00 committed by Alex Vanin
parent dbff8e9b3f
commit d3c1fc7dda
3 changed files with 3 additions and 4 deletions

View file

@ -9,9 +9,7 @@ import (
// All values must comply with the requirements imposed on them.
// Passing incorrect parameter values will result in constructor
// failure (error or panic depending on the implementation).
//
// The component is not parameterizable at the moment.
type Prm struct{}
type Prm struct {}
// Storage represents in-memory storage of
// local reputation values.