From 5b3395077edb39db68d69bd8032ed8d070dc798c Mon Sep 17 00:00:00 2001 From: a Date: Sun, 24 Mar 2024 18:35:02 -0500 Subject: [PATCH] a --- cmd/utils/flags.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/utils/flags.go b/cmd/utils/flags.go index e1a56d5dce..e55b3ca5bb 100644 --- a/cmd/utils/flags.go +++ b/cmd/utils/flags.go @@ -1141,7 +1141,6 @@ func SplitAndTrim(input string) (ret []string) { // setHTTP creates the HTTP RPC listener interface string from the set // command line flags, returning empty if the HTTP endpoint is disabled. func setHTTP(ctx *cli.Context, cfg *node.Config) { - if ctx.Bool(HTTPEnabledFlag.Name) { if cfg.HTTPHost == "" { if HTTPListenProtocolFlag.Name == "unix" {