Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into daemon-start-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
borzunov committed Aug 3, 2021
2 parents b96e7ba + cf3f64a commit b964189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/dht.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dht2 = DHT(initial_peers=dht.get_visible_maddrs(), start=True)
```

Note that `initial_peers` contains the address of the first DHT node.
This implies that the resulting node will have shared key-value with the first node, __as well as any other
This implies that the new node will share the key-value data with the first node, __as well as any other
nodes connected to it.__ When the two nodes are connected, subsequent peers can use any one of them (or both)
as `initial_peers` to connect to the shared "dictionary".

Expand Down

0 comments on commit b964189

Please sign in to comment.