From d9a05ce4e2e6cb743fc0f7336fb47a2c3033768c Mon Sep 17 00:00:00 2001 From: Ocenka Date: Mon, 4 Aug 2025 17:31:37 +0100 Subject: [PATCH] Update config.go --- node/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node/config.go b/node/config.go index dc436876cc..6023f5588a 100644 --- a/node/config.go +++ b/node/config.go @@ -107,7 +107,7 @@ type Config struct { HTTPHost string // HTTPPort is the TCP port number on which to start the HTTP RPC server. The - // default zero value is/ valid and will pick a port number randomly (useful + // default zero value is valid and will pick a port number randomly (useful // for ephemeral nodes). HTTPPort int `toml:",omitempty"` @@ -152,7 +152,7 @@ type Config struct { WSHost string // WSPort is the TCP port number on which to start the websocket RPC server. The - // default zero value is/ valid and will pick a port number randomly (useful for + // default zero value is valid and will pick a port number randomly (useful for // ephemeral nodes). WSPort int `toml:",omitempty"`