Skip to content

Commit

Permalink
merged build fix from milestone1
Browse files Browse the repository at this point in the history
  • Loading branch information
ivcosla committed Aug 26, 2019
2 parents f8a5e63 + 28557fe commit a2d2b7b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pkg/visor/visor.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,9 @@ func NewNode(config *Config, masterLogger *logging.MasterLogger) (*Node, error)
return nil, fmt.Errorf("invalid TransportLogStore: %s", err)
}
tmConfig := &transport.ManagerConfig{
PubKey: pk,
SecKey: sk,
DefaultNodes: config.TrustedNodes,
//Networks: []string{dmsg.Type}, // TODO: Have some way to configure this.
PubKey: pk,
SecKey: sk,
DefaultNodes: config.TrustedNodes,
DiscoveryClient: trDiscovery,
LogStore: logStore,
}
Expand Down

0 comments on commit a2d2b7b

Please sign in to comment.