Skip to content

Commit 5829315

Browse files
authored
Fix some typos
Fix some typos
1 parent 35c9288 commit 5829315

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/Architecture.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ OBD is designed for both (inbound ) liquidity providers and individual users:
3636
### Rationali
3737
There are two major purposes for designing a tracker network that seperates the full BTC/OMNI node services from obd:
3838

39-
One is to lower the barrier of deploying and using use obd, without waiting days to sync full node data. Another purpose is to make the obd node more adaptable to realistic user scenarios. The user's network is usually unstable and cannot be constantly online. Therefore, trackers play an important role in maintaining network topology, path finding, message relay, reconnection, etc.
39+
One is to lower the barrier of deploying and using obd, without waiting days to sync full node data. Another purpose is to make the obd node more adaptable to realistic user scenarios. The user's network is usually unstable and cannot be constantly online. Therefore, trackers play an important role in maintaining network topology, path finding, message relay, reconnection, etc.
4040

4141
For example, for quickly finding a payment path, each tracker greedly seeks the whole obd network, to build the network topology, which avoids slow fully distributed path finding algorithms. When an obd queries a path to any tracker for a payment, the tracker will be able to response in milli-seconds.
4242

@@ -77,11 +77,11 @@ When a tracker joins the network, it synchronizes the information of the all obd
7777

7878

7979
### Users MUST know:
80-
1. Only public channel will seek payment path from its tracker. And tracker is only able collect public channel infomations.
80+
1. Only public channel will seek payment path from its tracker. And tracker is only able collect public channel informations.
8181

8282
2. Private channel is invisible to the network, only the owner has the state information.
8383

84-
3. OBD has an option to encrypt messages when uses tracker as a relayer, in which case, before the two parties formally sending the information, they need to exchange a private key for encryption. The process is the same as for HTTPS protocol.
84+
3. OBD has an option to encrypt messages when uses tracker as a message relayer, in which case, before the two parties formally sending the information, they need to exchange a private key for encryption. The process is the same to HTTPS protocol.
8585

8686
4. DO NOT use the tracker recommended by your counterparty.
8787

@@ -157,6 +157,8 @@ The project address is: https://github.com/omnilaboratory/lnd
157157

158158
* `service`:
159159

160+
* `omnicore`:
161+
160162
* `tool`:
161163

162164
* `tracker`:

0 commit comments

Comments
 (0)