mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +00:00
Update doc.go
This commit is contained in:
parent
d9a05ce4e2
commit
805a4c1487
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
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
|
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
|
# Node Lifecycle
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue