change tips

pull/3853/head
Lutty 3 years ago
parent 1182c7a6b3
commit 52d55e9259
  1. 2
      rpc/rpc.go

@ -206,7 +206,7 @@ func startAuthHTTP(apis []rpc.API) (err error) {
Str("cors", strings.Join(httpOrigins, ",")).
Str("vhosts", strings.Join(httpVirtualHosts, ",")).
Msg("HTTP endpoint opened")
fmt.Printf("Started RPC server at: %v\n", httpAuthEndpoint)
fmt.Printf("Started Auth-RPC server at: %v\n", httpAuthEndpoint)
return nil
}

Loading…
Cancel
Save