remove proxy command

This commit is contained in:
ramil
2021-04-16 16:02:04 +03:00
parent 07519468e9
commit 75debec01a
5 changed files with 88 additions and 160 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ func StartHTTPEndpoint(endpoint string, apis []rpc.API, modules []string, cors [
utils.Fatalf("Could not start RPC api: %v", err)
}
extapiURL := fmt.Sprintf("http://%v/", addr)
log.Info("HTTP endpoint opened", "url", extapiURL)
log.Infof("HTTP endpoint opened %s", extapiURL)
return srv, err
}