Skip to content

Commit 6a724b9

Browse files
authored
docs: remove reference to being official (#28858)
1 parent 78a3c32 commit 6a724b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Go Ethereum
22

3-
Official Golang execution layer implementation of the Ethereum protocol.
3+
Golang execution layer implementation of the Ethereum protocol.
44

55
[![API Reference](
66
https://pkg.go.dev/badge/github.com/ethereum/go-ethereum

cmd/geth/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// You should have received a copy of the GNU General Public License
1515
// along with go-ethereum. If not, see <http://www.gnu.org/licenses/>.
1616

17-
// geth is the official command-line client for Ethereum.
17+
// geth is a command-line client for Ethereum.
1818
package main
1919

2020
import (

0 commit comments

Comments
 (0)