Update doc.go

This commit is contained in:
Ocenka 2025-08-04 17:34:26 +01:00 committed by GitHub
parent d9a05ce4e2
commit 805a4c1487
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@ Package node sets up multi-protocol Ethereum nodes.
In the model exposed by this package, a node is a collection of services which use shared
resources to provide RPC APIs. Services can also offer devp2p protocols, which are wired
up the devp2p network when the node instance is started.
up to the devp2p network when the node instance is started.
# Node Lifecycle