Fix Typo (#1935)
This commit is contained in:
parent
0d55ed3600
commit
125267544e
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ weave_peers: uninitialized
|
||||||
|
|
||||||
The first variable, `weave_seed`, contains the initial nodes of the weave network
|
The first variable, `weave_seed`, contains the initial nodes of the weave network
|
||||||
|
|
||||||
The seconde variable, `weave_peers`, saves the IPs of all nodes joined to the weave network
|
The second variable, `weave_peers`, saves the IPs of all nodes joined to the weave network
|
||||||
|
|
||||||
These two variables are used to connect a new node to the weave network. The new node needs to know the firsts nodes (seed) and the list of IPs of all nodes.
|
These two variables are used to connect a new node to the weave network. The new node needs to know the firsts nodes (seed) and the list of IPs of all nodes.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue