Browse Source

node: remove commented out trustMetric

pull/1519/head
Ethan Buchman 6 years ago
parent
commit
f395b82f73
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      node/node.go

+ 0
- 1
node/node.go 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


Loading…
Cancel
Save