From f395b82f73f0d683070ca251af5ffdd4b553d0f7 Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Mon, 30 Apr 2018 15:59:05 -0400 Subject: [PATCH] node: remove commented out trustMetric --- node/node.go | 1 - 1 file changed, 1 deletion(-) diff --git a/node/node.go b/node/node.go index f0d98d603..d8bed4816 100644 --- a/node/node.go +++ b/node/node.go @@ -100,7 +100,6 @@ type Node struct { // network sw *p2p.Switch // p2p connections addrBook pex.AddrBook // known peers - // trustMetricStore *trust.TrustMetricStore // trust metrics for all peers // services eventBus *types.EventBus // pub/sub for services