Skip to content

Commit 82c8135

Browse files
authored
Merge pull request #603 from moneyball/patch-3
fixed typo
2 parents 5a2ed03 + 3e2f2b4 commit 82c8135

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ARCH.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ receive `ChannelMonitorUpdate`s from `ChannelManager` and persist them to disk b
1111
channel steps forward.
1212

1313
There are two additional important structures that you may use either on the same device
14-
as the `ChannelManager` or on a separate one. `Router` handles receiving channel and node
15-
node announcements and calculates routes for sending payments. `PeerManager` handles the
14+
as the `ChannelManager` or on a separate one. `Router` handles receiving channel and node
15+
announcements and calculates routes for sending payments. `PeerManager` handles the
1616
authenticated and encrypted communication protocol, monitoring for liveness of peers,
1717
routing messages to `ChannelManager` and `Router` instances directly, and receiving
1818
messages from them via the `EventsProvider` interface.

0 commit comments

Comments
 (0)