From 1ad45e9e902fd22fc03c32e17ffe98dd0dfb2875 Mon Sep 17 00:00:00 2001 From: a Date: Sun, 14 Apr 2024 13:06:54 -0500 Subject: [PATCH] a --- node/node.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/node.go b/node/node.go index bfeb04ddeb..1f26c02e26 100644 --- a/node/node.go +++ b/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