From d92b1b34adad3ef9e4305ab4540b390ff02e654a Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 23 Apr 2024 13:29:52 +0900 Subject: [PATCH] console: update build command "geth" => "worldland" --- Makefile | 6 +++--- README.md | 5 +++-- console/console.go | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index e97acbef23..31e1dfb383 100644 --- a/Makefile +++ b/Makefile @@ -8,10 +8,10 @@ GOBIN = ./build/bin GO ?= latest GORUN = env GO111MODULE=on go run -geth: - $(GORUN) build/ci.go install ./cmd/geth +worldland: + $(GORUN) build/ci.go install ./cmd/worldland @echo "Done building." - @echo "Run \"$(GOBIN)/geth\" to launch geth." + @echo "Run \"$(GOBIN)/worldland\" to launch worldland." all: $(GORUN) build/ci.go install diff --git a/README.md b/README.md index 403ac8c38f..09052ebd83 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ https://camo.githubusercontent.com/915b7be44ada53c290eb157634330494ebe3e30a/6874 )](https://pkg.go.dev/github.com/cryptoecc/ETH-ECC?tab=doc) [![Go Report Card](https://goreportcard.com/badge/github.com/cryptoecc/ETH-ECC)](https://goreportcard.com/report/github.com/cryptoecc/ETH-ECC). -> Development client of the WorldLand blockchain. -> It is a fork of [ethereum/go-ethereum](https://github.com/cryptoecc/ETH-ECC) +> Official Node client of the Worldland blockchain. +> It is a fork of [ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) ## What is Worldland? @@ -26,3 +26,4 @@ The ETH-ECC binaries (i.e. all code inside of the `cmd` directory) is licensed u [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html), also included in our repository in the `COPYING` file. + diff --git a/console/console.go b/console/console.go index 7ddabd444e..41fb2afa12 100644 --- a/console/console.go +++ b/console/console.go @@ -313,7 +313,7 @@ func (c *Console) AutoCompleteInput(line string, pos int) (string, []string, str // Welcome show summary of current Geth instance and some metadata about the // console's available modules. func (c *Console) Welcome() { - message := "Welcome to the Geth JavaScript console!\n\n" + message := "Welcome to the Worldland JavaScript console!\n\n" // Print some generic Geth metadata if res, err := c.jsre.Run(`