node: remove commented out trustMetric

This commit is contained in:
Ethan Buchman
2018-04-30 15:59:05 -04:00
parent 47557f868a
commit f395b82f73

View File

@ -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