Skip to content
This repository has been archived by the owner on Aug 13, 2019. It is now read-only.

cmd/geth rename client #52

Merged
merged 2 commits into from
Jun 12, 2019
Merged

cmd/geth rename client #52

merged 2 commits into from
Jun 12, 2019

Conversation

soc1c
Copy link
Contributor

@soc1c soc1c commented Jun 10, 2019

No description provided.

@@ -458,7 +458,7 @@ func MakePasswordList(ctx *cli.Context) []string {

// makeName makes the node name, which can be (in part) customized by the NodeNameFlag
func makeNodeName(version string, ctx *cli.Context) string {
name := fmt.Sprintf("Geth/%s/%s/%s", version, runtime.GOOS, runtime.Version())
name := fmt.Sprintf("Getc/%s/%s/%s", version, runtime.GOOS, runtime.Version())
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo as Gethc? Does this have a functional difference or just used for logging in the CLI?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

G-ETH and G-ETC, just wanted to keep it short :)

This is the name the node reports

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ohh gotcha, yeah that makes sense

@noot noot merged commit 6299b56 into development Jun 12, 2019
@noot noot deleted the s1-getc-name branch June 12, 2019 15:24
dziabko pushed a commit that referenced this pull request Jun 20, 2019
dziabko pushed a commit that referenced this pull request Jun 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants