From 8ad0182cc7af4ebda48ba0feefab609e81a7ba13 Mon Sep 17 00:00:00 2001 From: Aman Sanghi Date: Wed, 23 Oct 2024 11:48:23 +0530 Subject: [PATCH] minor fix --- cmd/util/confighelpers/configuration.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/util/confighelpers/configuration.go b/cmd/util/confighelpers/configuration.go index c60eef961a..8c4ef2a70b 100644 --- a/cmd/util/confighelpers/configuration.go +++ b/cmd/util/confighelpers/configuration.go @@ -210,7 +210,7 @@ func devFlagArgs() []string { "--http.port", "8547", "--http.addr", "127.0.0.1", "--http.api=net,web3,eth,arb,arbdebug,debug", -, } + } return args }