Update cmd/clef/main.go

This commit is contained in:
Martin Holst Swende 2020-03-23 09:26:50 +01:00 committed by GitHub
parent a21a3e0f82
commit 2aefb28b36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -545,7 +545,7 @@ func signer(c *cli.Context) error {
if err != nil {
utils.Fatalf("Could not start RPC api: %v", err)
}
extapiURL = fmt.Sprintf("http://%v", listener.Addr())
extapiURL = fmt.Sprintf("http://%v/", listener.Addr())
log.Info("HTTP endpoint opened", "url", extapiURL)
defer func() {