pull/29330/head
a 7 months ago
parent 8a17abc1f4
commit 1ad45e9e90
No known key found for this signature in database
GPG Key ID: 374BC539FE795AF0
  1. 2
      node/node.go

@ -92,7 +92,7 @@ func New(conf *Config) (*Node, error) {
}
if conf.HTTPProto == "" {
conf.HTTPProto = "tcp4"
conf.HTTPProto = "tcp"
}
// Ensure that the instance name doesn't cause weird conflicts with

Loading…
Cancel
Save