diff --git a/node/defaults.go b/node/defaults.go index 02763e9589..8875605807 100644 --- a/node/defaults.go +++ b/node/defaults.go @@ -26,7 +26,6 @@ import ( "github.com/ethereum/go-ethereum/p2p/nat" ) -// Const variables set HTTP and WS ports for localhost. const ( DefaultHTTPHost = "localhost" // Default host interface for the HTTP RPC server DefaultHTTPPort = 8545 // Default TCP port for the HTTP RPC server