[#247] network_config: Drop reputation

Drop the code that was expected to work with global reputation network
parameters.

Signed-off-by: Pavel Karpy <p.karpy@yadro.com>
This commit is contained in:
Pavel Karpy 2023-04-14 14:51:13 +03:00
parent b453bb754c
commit beabed788c
6 changed files with 0 additions and 60 deletions

View file

@ -50,11 +50,6 @@ const (
subnetContract = "subnet"
)
const (
defaultEigenTrustIterations = 4
defaultEigenTrustAlpha = "0.1"
)
var (
contractList = []string{
auditContract,