Skip to content

Commit

Permalink
docs: remove reference to being official (#28858)
Browse files Browse the repository at this point in the history
  • Loading branch information
holiman authored Jan 23, 2024
1 parent 78a3c32 commit 6a724b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Go Ethereum

Official Golang execution layer implementation of the Ethereum protocol.
Golang execution layer implementation of the Ethereum protocol.

[![API Reference](
https://pkg.go.dev/badge/github.com/ethereum/go-ethereum
Expand Down
2 changes: 1 addition & 1 deletion cmd/geth/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with go-ethereum. If not, see <http://www.gnu.org/licenses/>.

// geth is the official command-line client for Ethereum.
// geth is a command-line client for Ethereum.
package main

import (
Expand Down

0 comments on commit 6a724b9

Please sign in to comment.