mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Update cmd/clef/main.go
This commit is contained in:
parent
a21a3e0f82
commit
2aefb28b36
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue