diff --git a/config.go b/config.go index 610bd31..c42cf86 100644 --- a/config.go +++ b/config.go @@ -42,7 +42,7 @@ var ( defaultWalletRPCCertFile = filepath.Join(dcrwalletHomeDir, "rpc.cert") defaultLogDir = filepath.Join(curDir, defaultLogDirname) defaultHost = "localhost" - defaultHttpServerBind = "" + defaultHttpServerBind = "localhost" defaultHttpServerPort = 0 defaultHttpUIPath = "webui/"