From 8e66575b8260e7c3345e45f4d70a4b031d274f94 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Thu, 4 Jan 2024 12:28:06 +0100 Subject: [PATCH] Update main.go --- cmd/geth/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/geth/main.go b/cmd/geth/main.go index 3aaccc4405..4438cef560 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -203,7 +203,6 @@ var app = flags.NewApp("the go-ethereum command line interface") func init() { // Initialize the CLI app and start Geth app.Action = geth - app.Copyright = "Copyright 2013-2024 The go-ethereum Authors" app.Commands = []*cli.Command{ // See chaincmd.go: initCommand,