mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Update main.go
This commit is contained in:
parent
75d473bdce
commit
8e66575b82
1 changed files with 0 additions and 1 deletions
|
|
@ -203,7 +203,6 @@ var app = flags.NewApp("the go-ethereum command line interface")
|
||||||
func init() {
|
func init() {
|
||||||
// Initialize the CLI app and start Geth
|
// Initialize the CLI app and start Geth
|
||||||
app.Action = geth
|
app.Action = geth
|
||||||
app.Copyright = "Copyright 2013-2024 The go-ethereum Authors"
|
|
||||||
app.Commands = []*cli.Command{
|
app.Commands = []*cli.Command{
|
||||||
// See chaincmd.go:
|
// See chaincmd.go:
|
||||||
initCommand,
|
initCommand,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue