update docs
This commit is contained in:
parent
9369c6549a
commit
b1a5bb593c
1 changed files with 2 additions and 2 deletions
|
@ -89,9 +89,9 @@ weave_seed: uninitialized
|
|||
weave_peers: uninitialized
|
||||
```
|
||||
|
||||
The first variable, `weave_seed`, saves the firsts nodes of the weave network
|
||||
The first variable, `weave_seed`, contains the initial nodes of the weave network
|
||||
|
||||
The seconde variable, `weave_peers`, saves IP of all nodes of the weave network
|
||||
The seconde 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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue