We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a3c32 commit 6a724b9Copy full SHA for 6a724b9
README.md
@@ -1,6 +1,6 @@
1
## Go Ethereum
2
3
-Official Golang execution layer implementation of the Ethereum protocol.
+Golang execution layer implementation of the Ethereum protocol.
4
5
[![API Reference](
6
https://pkg.go.dev/badge/github.com/ethereum/go-ethereum
cmd/geth/main.go
@@ -14,7 +14,7 @@
14
// You should have received a copy of the GNU General Public License
15
// along with go-ethereum. If not, see <http://www.gnu.org/licenses/>.
16
17
-// geth is the official command-line client for Ethereum.
+// geth is a command-line client for Ethereum.
18
package main
19
20
import (
0 commit comments