Skip to content

Commit

Permalink
Rename to art
Browse files Browse the repository at this point in the history
  • Loading branch information
artheraone committed Jul 18, 2023
1 parent 6467729 commit 14a49e6
Show file tree
Hide file tree
Showing 4 changed files with 110 additions and 117 deletions.
4 changes: 2 additions & 2 deletions cmd/geth/consolecmd_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func TestConsoleWelcome(t *testing.T) {

// Verify the actual welcome message to the required template
geth.Expect(`
Welcome to the Lachesis JavaScript console!
Welcome to the Arthera JavaScript console!
instance: Geth/v{{gethver}}/{{goos}}-{{goarch}}/{{gover}}
coinbase: {{.Etherbase}}
Expand Down Expand Up @@ -141,7 +141,7 @@ func testAttachWelcome(t *testing.T, geth *testgeth, endpoint, apis string) {

// Verify the actual welcome message to the required template
attach.Expect(`
Welcome to the Lachesis JavaScript console!
Welcome to the Arthera JavaScript console!
instance: Geth/v{{gethver}}/{{goos}}-{{goarch}}/{{gover}}
coinbase: {{etherbase}}
Expand Down
2 changes: 1 addition & 1 deletion console/console.go
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,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 Lachesis JavaScript console!\n\n"
message := "Welcome to the Arthera JavaScript console!\n\n"

// Print some generic Geth metadata
if res, err := c.jsre.Run(`
Expand Down
31 changes: 12 additions & 19 deletions internal/jsre/deps/bindata.go

Large diffs are not rendered by default.

Loading

0 comments on commit 14a49e6

Please sign in to comment.