Fix a typo that's totally related to this PR
This commit is contained in:
parent
5e3c178b9e
commit
7d2118cd97
@ -259,7 +259,7 @@ When we launch a Lotus node with the command `./lotus daemon`
|
|||||||
(see [here](https://github.com/filecoin-project/lotus/blob/master/cmd/lotus/daemon.go) for more),
|
(see [here](https://github.com/filecoin-project/lotus/blob/master/cmd/lotus/daemon.go) for more),
|
||||||
the node is created through [dependency injection](https://godoc.org/go.uber.org/fx).
|
the node is created through [dependency injection](https://godoc.org/go.uber.org/fx).
|
||||||
This relies on reflection, which makes some of the references hard to follow.
|
This relies on reflection, which makes some of the references hard to follow.
|
||||||
The node sets up all of the subsystems it needs to run, such as the repository, the network connections, thechain sync
|
The node sets up all of the subsystems it needs to run, such as the repository, the network connections, the chain sync
|
||||||
service, etc.
|
service, etc.
|
||||||
This setup is orchestrated through calls to the `node.Override` function.
|
This setup is orchestrated through calls to the `node.Override` function.
|
||||||
The structure of each call indicates the type of component it will set up
|
The structure of each call indicates the type of component it will set up
|
||||||
|
Loading…
Reference in New Issue
Block a user